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