diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-07-25 21:03:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-07-25 21:03:16 +0000 |
commit | bb0277bff5c444c5593699d5456ab3049fe3c94d (patch) | |
tree | 89dc7ad465496b66dc0f0487680ce82025b4dc07 /sysdeps | |
parent | 9dd8477226db6e5448f4880bb572be8f68b1ee9d (diff) | |
download | glibc-bb0277bff5c444c5593699d5456ab3049fe3c94d.zip glibc-bb0277bff5c444c5593699d5456ab3049fe3c94d.tar.gz glibc-bb0277bff5c444c5593699d5456ab3049fe3c94d.tar.bz2 |
* sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
syscalls, too.
Diffstat (limited to 'sysdeps')
-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 d595131..882fa04 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -501,7 +501,7 @@ /* Support for various CLOEXEC and NONBLOCK flags was added for x86 and x86-64 in 2.6.27. */ #if __LINUX_KERNEL_VERSION >= 0x02061b \ - && (defined __i386__ || defined __x86_64__) + && (defined __i386__ || defined __x86_64__ || defined __powerpc__) # define __ASSUME_SOCK_CLOEXEC 1 # define __ASSUME_IN_NONBLOCK 1 # define __ASSUME_PACCEPT 1 |