[libc-commits] [libc] [libc] Implement fdopendir (PR #206590)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Jun 30 10:56:58 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
+)
+
----------------
michaelrj-google wrote:
removed.
https://github.com/llvm/llvm-project/pull/206590
More information about the libc-commits
mailing list