mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
* sysdeps/unix/sysv/linux/arm/kernel-features.h: Remove __i386__
conditional.
This commit is contained in:
parent
0572b91bdb
commit
d2ff5a57f9
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user