diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-09 21:45:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-09 21:45:21 +0000 |
commit | f9fe75e9455f8473ce9b5c34cfb9e6a22627be09 (patch) | |
tree | 9aeb9ad6da7b170661f0c1831556efebc554c0b6 /ChangeLog | |
parent | 28b2771a4bf6f04197da6d5081f7330b54a2ce91 (diff) | |
download | glibc-f9fe75e9455f8473ce9b5c34cfb9e6a22627be09.tar.gz glibc-f9fe75e9455f8473ce9b5c34cfb9e6a22627be09.tar.xz glibc-f9fe75e9455f8473ce9b5c34cfb9e6a22627be09.zip |
* sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
function if it is not defined. * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f3622bb627..b3c1302937 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-04-09 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static + function if it is not defined. + * sysdeps/unix/sysv/linux/pwritev.c: Likewise. + * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also have preadv/pwritev in 2.6.30. |