diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-29 08:48:17 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-29 08:48:17 -0700 |
commit | d9e8f9ec5557cc6ffcc154eafc4d2f2348df7b6b (patch) | |
tree | a8f4c0b73d0d623450afce20d415f3d49a747a53 /ChangeLog | |
parent | 92934e8b848fd55483606addf37687913a980bca (diff) | |
download | glibc-d9e8f9ec5557cc6ffcc154eafc4d2f2348df7b6b.tar.gz glibc-d9e8f9ec5557cc6ffcc154eafc4d2f2348df7b6b.tar.xz glibc-d9e8f9ec5557cc6ffcc154eafc4d2f2348df7b6b.zip |
Define F_OWNER_* and f_owner_ex for Linux targets.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0f5c45a7a1..4ad59290dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2009-10-29 Ulrich Drepper <drepper@redhat.com> + * 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. |