]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Jul 2008 21:03:16 +0000 (21:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Jul 2008 21:03:16 +0000 (21:03 +0000)
syscalls, too.

ChangeLog
sysdeps/unix/sysv/linux/kernel-features.h

index 8279479bbfdf019109f77d2c298d15ee34271269..74e7d41b38644bb77c44bff49f1339eccac56972 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
+       syscalls, too.
+
        * nscd/connections.c (nscd_init): Clean up fcntl call.
 
        * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
index d5951317e47de9ef76923cedb55436db9fc73ef0..882fa046374f2fb165d74437135546340d817630 100644 (file)
 /* 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
This page took 0.095514 seconds and 5 git commands to generate.