summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-10-12 13:51:04 +0200
committerAndreas Schwab <schwab@redhat.com>2009-10-12 13:51:04 +0200
commitc0ca860c734ac9e9071d9ebe7ca40e6dddea4b48 (patch)
treec97bc95d4fc2ae76489edaf991cb7bc6dc3034cb /ChangeLog
parent65179518b1cb8a755366e88884eec4b1a518b978 (diff)
Revert "Define F_SETOWN_EX and F_GETOWN_EX in Linux headers."
The values of F_SETOWN_EX and F_GETOWN_EX conflict with F_GETLK64 and F_SETLK64 and are not finalized yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 0 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 47e7cbe260..7c87d37975 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,17 +34,6 @@
* locale/C-time.c: Revert week-1stday back to 19971130 and set
first_weekday to 1 and first_workday to 2.
-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.