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