* sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
authorUlrich Drepper <drepper@redhat.com>
Fri, 1 Aug 2008 21:51:11 +0000 (21:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 1 Aug 2008 21:51:11 +0000 (21:51 +0000)
syscalls, too.

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

index 8385091..7b18d2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
+       syscalls, too.
+
        * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
        use the AT_EXECFN value if it is no absolute path.
        * sysdeps/unix/sysv/linux/kernel-features.h: Never define
index 64a7f72..6031eae 100644 (file)
    x86-64, PPC, IA-64, and SPARC in 2.6.27.  */
 #if __LINUX_KERNEL_VERSION >= 0x02061b \
     && (defined __i386__ || defined __x86_64__ || defined __powerpc__ \
-       || defined __ia64__ || defined __sparc__)
+       || defined __ia64__ || defined __sparc__ || __s390__)
 # define __ASSUME_SOCK_CLOEXEC 1
 # define __ASSUME_IN_NONBLOCK  1
 # define __ASSUME_PIPE2                1