diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-04-08 16:24:32 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2009-04-08 16:24:32 +0000 |
commit | 1ad9ccd18a9d2ca18c12143a2a0d6dfe78a382a5 (patch) | |
tree | 7f2dbd23c5188c292ee058fcd04ecbb0b1f130da /sysdeps/unix | |
parent | d2aa96e13c2f7a3066d53e4711aff63e313c4c0b (diff) | |
download | glibc-1ad9ccd18a9d2ca18c12143a2a0d6dfe78a382a5.tar glibc-1ad9ccd18a9d2ca18c12143a2a0d6dfe78a382a5.tar.gz glibc-1ad9ccd18a9d2ca18c12143a2a0d6dfe78a382a5.tar.bz2 glibc-1ad9ccd18a9d2ca18c12143a2a0d6dfe78a382a5.zip |
Updated to fedora-glibc-20090408T1602cvs/fedora-glibc-2_9_90-14
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index a640765b5c..5f1ffdb9c5 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -532,7 +532,7 @@ /* Support for preadv and pwritev was added in 2.6.30. */ #if __LINUX_KERNEL_VERSION >= 0x02061e \ - && (defined __i386__ || defined __x86_64__) + && (defined __i386__ || defined __x86_64__ || defined __powerpc__) # define __ASSUME_PREADV 1 # define __ASSUME_PWRITEV 1 #endif |