Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / include / sys / dir.h
blob220150dc952ab5c5bd0e976f376ea3621e8ccba9
1 /* BSD predecessor of POSIX.1 <dirent.h> and struct dirent */
3 #ifndef _SYS_DIR_H_
4 #define _SYS_DIR_H_
6 #include <dirent.h>
8 #define direct dirent
10 #endif /*_SYS_DIR_H_*/