* sysdeps/unix/sysv/linux/arm/kernel-features.h: Remove __i386__

conditional.
This commit is contained in:
Daniel Jacobowitz 2006-10-31 17:09:24 +00:00
parent 0572b91bdb
commit d2ff5a57f9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-10-31 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/arm/kernel-features.h: Remove __i386__
conditional.
2006-10-31 Nicolas Pitre <nico@cam.org>
Joseph Myers <joseph@codesourcery.com>

View File

@ -42,7 +42,7 @@
#endif
/* The vfork syscall on arm was definitely available in 2.4. */
#if __LINUX_KERNEL_VERSION >= 132097 && defined __i386__
#if __LINUX_KERNEL_VERSION >= 132097
# define __ASSUME_VFORK_SYSCALL 1
#endif