[libc-commits] [libc] [libc] Add sys/stat syscall wrappers (PR #195295)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Mon May 4 02:09:37 PDT 2026


================

----------------
kaladron wrote:

https://man7.org/linux/man-pages/man2/statx.2.html fixes the contract of this function.

However, it looks like this function never set errno before, which is a bug.  https://man7.org/linux/man-pages/man2/statx.2.html fixes the contract of this function.

However, it looks like this function never set errno before, which was a bug.  I've fixed that (and adjusted its internal callers)

https://github.com/llvm/llvm-project/pull/195295


More information about the libc-commits mailing list