xref: /haiku/headers/build/host/darwin/dirent.h (revision e8eb40f7777e595c44f7148d072fb542c7b49ffa)
1 #ifndef _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
2 #define _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include_next <dirent.h>
9 
10 DIR* fdopendir(int fd);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif	// _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
17