[libc-commits] [PATCH] D134074: [libc] add strerror

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Sep 19 13:15:07 PDT 2022


michaelrj updated this revision to Diff 461334.
michaelrj added a comment.

avoid global array of global pointers
moved implementation details into internal namespace


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134074/new/

https://reviews.llvm.org/D134074

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/__support/CMakeLists.txt
  libc/src/__support/error_to_string.cpp
  libc/src/__support/error_to_string.h
  libc/src/__support/integer_to_string.h
  libc/src/string/CMakeLists.txt
  libc/src/string/strerror.cpp
  libc/src/string/strerror.h
  libc/test/ErrnoSetterMatcher.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strerror_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134074.461334.patch
Type: text/x-patch
Size: 26334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220919/7644037e/attachment-0001.bin>


More information about the libc-commits mailing list