e4e68917c3
* Convert fs_darwin.cpp and fs_freebsd.cpp to C. * Convert extern C calls to __BEGIN_DECLS and __END_DECLS macros * Link rm_attrs with dynamic libroot
13 lines
229 B
C
13 lines
229 B
C
#ifndef _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
|
|
#define _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
|
|
|
|
#include_next <dirent.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
DIR* fdopendir(int fd);
|
|
|
|
__END_DECLS
|
|
|
|
#endif // _HAIKU_BUILD_COMPATIBILITY_DARWIN_DIRENT
|