[libc-commits] [libc] [libc] Implement fdopendir (PR #206590)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Tue Jun 30 06:27:25 PDT 2026
================
@@ -343,6 +354,17 @@ add_proxy_header_library(
libc.include.stdio
)
+add_proxy_header_library(
+ DIR
+ HDRS
+ DIR.h
+ DEPENDS
+ libc.hdr.dirent_overlay
+ FULL_BUILD_DEPENDS
+ libc.include.llvm-libc-types.DIR
+ libc.include.dirent
----------------
vhscampos wrote:
Same
https://github.com/llvm/llvm-project/pull/206590
More information about the libc-commits
mailing list