diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-08 18:30:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-08 18:30:57 +0100 |
commit | afe0dd3c88d8a4c584dcaf68c5b7590a730cf3e6 (patch) | |
tree | a051bb14490c3dcc9402a99fdd02a8c5ca274c0e /include | |
parent | 0739a3e166395ef71acf76806895c5587a342196 (diff) |
sync with glibc, add some missing defines
These are already used by some applications, so add it.
Diffstat (limited to 'include')
-rw-r--r-- | include/fcntl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/fcntl.h b/include/fcntl.h index 11000ddb5..adcd7ef4b 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -63,6 +63,11 @@ __BEGIN_DECLS # define AT_REMOVEDIR 0x200 /* Remove directory instead of unlinking file. */ # define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */ +# ifdef __USE_GNU +# define AT_NO_AUTOMOUNT 0x800 /* Suppress terminal automount + traversal. */ +# define AT_EMPTY_PATH 0x1000 /* Allow empty relative pathname. */ +# endif # define AT_EACCESS 0x200 /* Test access permitted for effective IDs, not real IDs. */ #endif |