[libc-commits] [libc] [libc] Implement fdopendir (PR #206590)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Jun 30 10:56:59 PDT 2026


================
@@ -631,6 +631,18 @@ add_header_library(
     libc.include.sys_syscall
 )
 
+add_header_library(
+  fcntl
+  HDRS
+    fcntl.h
+  DEPENDS
+    libc.src.__support.OSUtil.osutil
----------------
michaelrj-google wrote:

as above, this is the dep that has `syscall_impl` in it.

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


More information about the libc-commits mailing list