[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


================
@@ -1019,6 +1019,7 @@ if(LLVM_LIBC_FULL_BUILD)
     libc.src.dirent.dirfd
     libc.src.dirent.opendir
     libc.src.dirent.readdir
+    libc.src.dirent.fdopendir
----------------
michaelrj-google wrote:

looks like all the dirent functions were missing from arm. Added them.

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


More information about the libc-commits mailing list