add some new linux AT_* flags

This commit is contained in:
Rich Felker 2013-08-03 03:20:56 -04:00
parent 0a05eace16
commit 14012b91f2
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ int posix_fallocate(int, off_t, off_t);
#define AT_REMOVEDIR 0x200
#define AT_SYMLINK_FOLLOW 0x400
#define AT_EACCESS 0x200
#define AT_NO_AUTOMOUNT 0x800
#define AT_EMPTY_PATH 0x1000
#define POSIX_FADV_NORMAL 0
#define POSIX_FADV_RANDOM 1