about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-01 11:46:10 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-01 11:46:10 -0400
commit658e451d8baa08c315cb19bfe74becafbbda59f4 (patch)
treea444159039549f403b23a4cc6ba96e87418fa4fb /ChangeLog
parent3167dad07cf528e7464320c160a61eba0df747c8 (diff)
downloadglibc-658e451d8baa08c315cb19bfe74becafbbda59f4.tar.gz
glibc-658e451d8baa08c315cb19bfe74becafbbda59f4.tar.xz
glibc-658e451d8baa08c315cb19bfe74becafbbda59f4.zip
Define O_PATH.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa6277a661..1800170fde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
 
+	* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
+	* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
+
 	* io/Makefile: Compile fallocate.c, fallocate64.c, and
 	sync_file_range.c with -fexceptions.
 	* sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.