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

Don't define __ASSUME_ACCEPT4 for IA-64.

This commit is contained in:
Ulrich Drepper
2009-05-21 18:23:57 -07:00
parent d14eda9310
commit 3533b1a6a6
2 changed files with 6 additions and 1 deletions

View File

@ -521,7 +521,7 @@
/* Support for the accept4 syscall was added in 2.6.28. */
#if __LINUX_KERNEL_VERSION >= 0x02061c \
&& (defined __i386__ || defined __x86_64__ || defined __powerpc__ \
|| defined __ia64__ || defined __sparc__ || defined __s390__)
|| defined __sparc__ || defined __s390__)
# define __ASSUME_ACCEPT4 1
#endif