mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2003-12-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/kernel-features.h: Remove __ASSUME_VSYSCALL. There might always be processes which have no vDSO. * sysdeps/generic/dl-sysdep.c: Remove __ASSUME_VSYSCALL uses. * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
This commit is contained in:
@ -320,12 +320,6 @@
|
||||
# define __ASSUME_NETLINK_SUPPORT 1
|
||||
#endif
|
||||
|
||||
/* For x86, support for the sysenter instruction was available in
|
||||
2.5.53. But the unwind information was added only in 2.5.69. */
|
||||
#if __LINUX_KERNEL_VERSION >= 132421 && defined __i386__
|
||||
# define __ASSUME_VSYSCALL 1
|
||||
#endif
|
||||
|
||||
/* The requeue futex functionality was introduced in 2.5.70. */
|
||||
#if __LINUX_KERNEL_VERSION >= 132422
|
||||
# define __ASSUME_FUTEX_REQUEUE 1
|
||||
|
Reference in New Issue
Block a user