fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / include / dirent.h
blob6fefc03cbdce7a216eb0a782c9e7dc09173d8b64
1 #ifndef _DIRENT_H_
2 #define _DIRENT_H_
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 #include <sys/dirent.h>
8 #if !defined(MAXNAMLEN) && !defined(_POSIX_SOURCE)
9 #define MAXNAMLEN 1024
10 #endif
12 #ifdef __cplusplus
14 #endif
15 #endif /*_DIRENT_H_*/