diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-01 01:18:41 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-01 01:18:41 -0700 |
commit | 78aa397939f403cef61d882f2e76f8c131b9e4d9 (patch) | |
tree | 7d482d4dcd3baf95a0cf9baa67d2aab3ef4ffc72 /ChangeLog | |
parent | f8d7c1eaddec2ab245dd4920107e273114a9b0e8 (diff) | |
download | glibc-78aa397939f403cef61d882f2e76f8c131b9e4d9.tar glibc-78aa397939f403cef61d882f2e76f8c131b9e4d9.tar.gz glibc-78aa397939f403cef61d882f2e76f8c131b9e4d9.tar.bz2 glibc-78aa397939f403cef61d882f2e76f8c131b9e4d9.zip |
Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +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. |