]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define AT_EMPTY_PATH.
authorUlrich Drepper <drepper@gmail.com>
Fri, 1 Apr 2011 12:22:49 +0000 (08:22 -0400)
committerUlrich Drepper <drepper@gmail.com>
Fri, 1 Apr 2011 12:22:49 +0000 (08:22 -0400)
ChangeLog
io/fcntl.h

index 393acb8db262cb930ea583b416a65f848790de94..b9c96d2c2a1d5d7ccd4e9b935f11131f80951acd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-01  Ulrich Drepper  <drepper@gmail.com>
+
+       * io/fcntl.h (AT_EMPTY_PATH): Define.
+
 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
 
        * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
index 0b6b047b43ba682b067c53ae0463403cc547c46f..597c872d2cba6858d5df9175004bb2902c9a22ea 100644 (file)
@@ -112,6 +112,7 @@ __BEGIN_DECLS
 # define AT_SYMLINK_FOLLOW     0x400   /* Follow symbolic links.  */
 # define AT_NO_AUTOMOUNT       0x800   /* Suppress terminal automount
                                           traversal.  */
+# define AT_EMPTY_PATH         0x1000  /* Allow empty relative pathname.  */
 # define AT_EACCESS            0x200   /* Test access permitted for
                                           effective IDs, not real IDs.  */
 #endif