repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
include
/
dirent.h
blob
6fefc03cbdce7a216eb0a782c9e7dc09173d8b64
1
#ifndef _DIRENT_H_
2
#define _DIRENT_H_
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
#include <sys/dirent.h>
7
8
#if !defined(MAXNAMLEN) && !defined(_POSIX_SOURCE)
9
#define MAXNAMLEN 1024
10
#endif
11
12
#ifdef __cplusplus
13
}
14
#endif
15
#endif
/*_DIRENT_H_*/