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

@ -1,3 +1,8 @@
2009-05-21 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/kernel-features.h: Don't define
__ASSUME_ACCEPT4 for IA-64.
2009-05-21 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.

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