[libc-commits] [PATCH] D135227: [libc] add strerror_r function

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Oct 4 16:48:15 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

I've implemente the gnu variant of strerror_r since that seems to be the
one more relevant to what we're trying to do.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135227

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/gnu_ext.td
  libc/src/__support/error_to_string.cpp
  libc/src/__support/error_to_string.h
  libc/src/string/CMakeLists.txt
  libc/src/string/strerror.cpp
  libc/src/string/strerror_r.cpp
  libc/src/string/strerror_r.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strerror_r_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135227.465222.patch
Type: text/x-patch
Size: 8163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221004/c77ef3d4/attachment.bin>


More information about the libc-commits mailing list