[libc-commits] [libc] [libc] Add sys/stat syscall wrappers (PR #195295)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Tue May 5 03:11:19 PDT 2026
================
----------------
kaladron wrote:
Oh, github ate my comment:
My preference here is that I'd like the kernel handling of the error message not to propagate into the rest of the library, since that makes more of the library OS-specific. Handling the conversion and setting of errno right beside the syscall means that everything after that only has to handle the errno setting.
https://github.com/llvm/llvm-project/pull/195295
More information about the libc-commits
mailing list