xref: /haiku/headers/build/host/darwin/dirent.h (revision 6c4a44e36ba846c54467103f884d65dfa13e7fcb)
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