1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have

the new syscalls, too.
This commit is contained in:
Ulrich Drepper
2008-07-26 05:44:56 +00:00
parent b5c0b5e431
commit bdd24a302e
2 changed files with 4 additions and 4 deletions

View File

@ -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