about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-10-01 01:18:41 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-01 01:18:41 -0700
commit78aa397939f403cef61d882f2e76f8c131b9e4d9 (patch)
tree7d482d4dcd3baf95a0cf9baa67d2aab3ef4ffc72 /ChangeLog
parentf8d7c1eaddec2ab245dd4920107e273114a9b0e8 (diff)
downloadglibc-78aa397939f403cef61d882f2e76f8c131b9e4d9.tar.gz
glibc-78aa397939f403cef61d882f2e76f8c131b9e4d9.tar.xz
glibc-78aa397939f403cef61d882f2e76f8c131b9e4d9.zip
Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be2f01a941..43c773b922 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-10-01  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
+	F_GETOWN_EX.
+	* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
+
 2009-09-28  Andreas Schwab  <schwab@redhat.com>
 
 	* stdio-common/printf_fp.c: Check for and avoid integer overflows.