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

Victor Campos via libc-commits libc-commits at lists.llvm.org
Tue Jun 30 06:27:23 PDT 2026


================
@@ -87,6 +87,17 @@ add_proxy_header_library(
     libc.include.llvm-libc-types.siginfo_t
 )
 
+add_proxy_header_library(
+  struct_dirent
+  HDRS
+    struct_dirent.h
+  DEPENDS
+    libc.hdr.dirent_overlay
+  FULL_BUILD_DEPENDS
+    libc.include.llvm-libc-types.struct_dirent
+    libc.include.dirent
+)
+
----------------
vhscampos wrote:

I am confused about these dependencies. Why is `libc.include.dirent` needed? Particularly under `FULL_BUILD_DEPENDS`.

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


More information about the libc-commits mailing list