summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-10-30 11:20:44 +0100
committerAndreas Schwab <schwab@redhat.com>2009-10-30 16:11:26 +0100
commitb0d7e71b8b7a5edd729ec413ad8b314ccb8fa400 (patch)
tree36e766e555aa397cc7514bc340e5bdd5612d42bf /ChangeLog
parent017dd87448e913383a8be5773569f218e8c661c5 (diff)
Revert "Fix F_GETOWN on some Linux archs." and "Define F_OWNER_* and f_owner_ex for Linux targets."
They depend on F_GETOWN_EX/F_SETOWN_EX.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 0 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 389761eacd..aa8a10ddaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -195,22 +195,6 @@ d2009-10-30 Ulrich Drepper <drepper@redhat.com>
* sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
macros. Patch by Philip Prindeville <philipp@redfish-solutions.com>.
- [BZ #10840]
- * sysdeps/unix/sysv/linux/kernel-features.h: Define
- __ASSUME_F_GETOWN_EX.
- * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
- if possible.
- * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
-
- * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
- and f_owner_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.
-
[BZ #10847]
* sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
getutmpx symbol.