From bdd24a302efff7f6e7df9a0accbc382a12d803ff Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 26 Jul 2008 05:44:56 +0000 Subject: * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have the new syscalls, too. --- sysdeps/unix/sysv/linux/kernel-features.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index cbcc918c13..74558cf65a 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -499,10 +499,10 @@ #endif /* Support for various CLOEXEC and NONBLOCK flags was added for x86, - x86-64, PPC, and IA-64 in 2.6.27. */ + 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 __ia64__ || defined __sparc__) # define __ASSUME_SOCK_CLOEXEC 1 # define __ASSUME_IN_NONBLOCK 1 # define __ASSUME_PACCEPT 1 -- cgit v1.2.3-70-g09d2