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

Marcell Leleszi via libc-commits libc-commits at lists.llvm.org
Tue Sep 30 11:11:54 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
----------------
mleleszi wrote:

Done

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


More information about the libc-commits mailing list