[libc-commits] [libc] [libc] Implement faccessat (PR #161065)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Sep 30 10:26:56 PDT 2025
================
@@ -80,6 +80,20 @@ add_entrypoint_object(
libc.src.errno.errno
)
+add_entrypoint_object(
+ faccessat
+ SRCS
+ faccessat.cpp
+ HDRS
+ ../faccessat.h
+ DEPENDS
+ libc.hdr.fcntl_macros
+ libc.include.unistd
----------------
michaelrj-google wrote:
this doesn't need `libc.include.unistd` as a dependency
https://github.com/llvm/llvm-project/pull/161065
More information about the libc-commits
mailing list