diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-29 10:12:59 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-29 10:12:59 -0700 |
commit | 81c84bd9022328127f46d0484d254848911ea198 (patch) | |
tree | cf83570345f135db80dbf89a8439e0b46a70ef60 /ChangeLog | |
parent | d9e8f9ec5557cc6ffcc154eafc4d2f2348df7b6b (diff) | |
download | glibc-81c84bd9022328127f46d0484d254848911ea198.tar glibc-81c84bd9022328127f46d0484d254848911ea198.tar.gz glibc-81c84bd9022328127f46d0484d254848911ea198.tar.bz2 glibc-81c84bd9022328127f46d0484d254848911ea198.zip |
Fix F_GETOWN on some Linux archs.
The syscall conventions on some Linux archs prevented F_GETOWN from working
correctly in some situations. This can be rectified when using the new
F_GETOWN_EX command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2009-10-29 Ulrich Drepper <drepper@redhat.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. |