diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-14 08:28:40 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-14 08:28:40 -0800 |
commit | 8964681064db9f13ee4ec7f46c53f04d66a04b99 (patch) | |
tree | fb177e01c6f436aea164f4d680be6401168416fc /ChangeLog | |
parent | 24c0bf7a76ecec65aca0dbce1f7ebb8f68425dc2 (diff) | |
download | glibc-8964681064db9f13ee4ec7f46c53f04d66a04b99.tar glibc-8964681064db9f13ee4ec7f46c53f04d66a04b99.tar.gz glibc-8964681064db9f13ee4ec7f46c53f04d66a04b99.tar.bz2 glibc-8964681064db9f13ee4ec7f46c53f04d66a04b99.zip |
Fix F_SETOWN_EX and F_GETOWN_EX definitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2009-11-14 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and + F_GETOWN_EX definitions according to corrected kernel definitions. + * 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-11-12 Ulrich Drepper <drepper@redhat.com> * version.h: Bump for 2.12 development. |