2012-08-12 01:56:22 +04:00
|
|
|
#ifndef _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
|
|
|
|
#define _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include_next <dirent.h>
|
|
|
|
|
2012-08-12 02:05:19 +04:00
|
|
|
DIR* fdopendir(int fd);
|
2012-08-12 01:56:22 +04:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif // _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
|