[libc-commits] [libc] [libc] Add `strerror` and `strerror_k` to the GPU (PR #99083)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Jul 16 12:45:00 PDT 2024
https://github.com/michaelrj-google commented:
While you're doing this, could you also readd `EILSEQ`? It's a C standard error so we do need to provide it.
It just needs to be added to `libc/include/llvm-libc-macros/generic-error-number-macros.h` and added back to the list of error strings (see https://github.com/jplehr/llvm-project/commit/aea35abc6d780315f7405991f3f4589aa4b6d830).
https://github.com/llvm/llvm-project/pull/99083
More information about the libc-commits
mailing list