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