* sysdeps/unix/sysv/linux/arm/kernel-features.h: Remove __i386__
authorDaniel Jacobowitz <dan@codesourcery.com>
Tue, 31 Oct 2006 17:09:24 +0000 (17:09 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Tue, 31 Oct 2006 17:09:24 +0000 (17:09 +0000)
conditional.

ChangeLog.arm
sysdeps/unix/sysv/linux/arm/kernel-features.h

index 6d49bde..e23a291 100644 (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>
 
index 6839e87..5bedfe1 100644 (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