From afe0dd3c88d8a4c584dcaf68c5b7590a730cf3e6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 8 Dec 2015 18:30:57 +0100 Subject: sync with glibc, add some missing defines These are already used by some applications, so add it. --- include/fcntl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/fcntl.h') 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 -- cgit v1.2.3