repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git]
/
newlib
/
libc
/
include
/
sys
/
dir.h
blob
220150dc952ab5c5bd0e976f376ea3621e8ccba9
1
/* BSD predecessor of POSIX.1 <dirent.h> and struct dirent */
2
3
#ifndef _SYS_DIR_H_
4
#define _SYS_DIR_H_
5
6
#include <dirent.h>
7
8
#define direct dirent
9
10
#endif
/*_SYS_DIR_H_*/