]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 has the new
authorUlrich Drepper <drepper@redhat.com>
Sat, 26 Jul 2008 05:41:16 +0000 (05:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 26 Jul 2008 05:41:16 +0000 (05:41 +0000)
syscalls, too.

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

index 510a145eb2637d617f1244e2f773c0c65b8f5712..25992b6a94de4dc5942b37d9216c0b1c4cdcd0ce 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: IA-64 has the new
+       syscalls, too.
+
        * sysdeps/i386/i686/memcmp.S: Fix unwind information.
        Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
 
index 882fa046374f2fb165d74437135546340d817630..cbcc918c1398b6ac1de45b84098fc46af965d1a4 100644 (file)
 # define __ASSUME_AT_EXECFN    1
 #endif
 
-/* Support for various CLOEXEC and NONBLOCK flags was added for x86 and
-   x86-64 in 2.6.27.  */
+/* Support for various CLOEXEC and NONBLOCK flags was added for x86,
+   x86-64, PPC, and IA-64 in 2.6.27.  */
 #if __LINUX_KERNEL_VERSION >= 0x02061b \
-    && (defined __i386__ || defined __x86_64__ || defined __powerpc__)
+    && (defined __i386__ || defined __x86_64__ || defined __powerpc__ \
+       || defined __ia64__)
 # define __ASSUME_SOCK_CLOEXEC 1
 # define __ASSUME_IN_NONBLOCK  1
 # define __ASSUME_PACCEPT      1