xref: /haiku/headers/build/host/darwin/dirent.h (revision 3369e03d5cde9709c8aa70c99bfe6ce24ba65bf9)
1 #ifndef _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
2 #define _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
3 
4 
5 #include_next <dirent.h>
6 
7 
8 __BEGIN_DECLS
9 
10 DIR* fdopendir(int fd);
11 
12 __END_DECLS
13 
14 #endif	// _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
15