[libc-commits] [libc] [libc] Implement faccessat (PR #161065)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Sep 30 15:53:05 PDT 2025


https://github.com/michaelrj-google commented:

It looks like this is failing on the presubmits, probably because `SYS_faccessat2` isn't listed in `libc/include/sys/syscall.h.def`. You'll probably need to add that to the list.

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


More information about the libc-commits mailing list