about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-01 08:22:49 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-01 08:22:49 -0400
commit46998f745736b3c8df5901a27b6c2a19f5cc5e98 (patch)
tree6cb2ce455aa7e4d491ac32c3ce5c66451e9d253c
parent034c4e1503b3e5c3d621a5fd0994b10506f563eb (diff)
downloadglibc-46998f745736b3c8df5901a27b6c2a19f5cc5e98.tar.gz
glibc-46998f745736b3c8df5901a27b6c2a19f5cc5e98.tar.xz
glibc-46998f745736b3c8df5901a27b6c2a19f5cc5e98.zip
Define AT_EMPTY_PATH.
-rw-r--r--ChangeLog4
-rw-r--r--io/fcntl.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 393acb8db2..b9c96d2c2a 100644
--- 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.
diff --git a/io/fcntl.h b/io/fcntl.h
index 0b6b047b43..597c872d2c 100644
--- a/io/fcntl.h
+++ b/io/fcntl.h
@@ -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