diff options
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index 3653f73618..e62e90c8e0 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -185,8 +185,8 @@ #endif /* On x86, the set_thread_area syscall was introduced in 2.5.29, but its - semantics was changed in 2.5.30. */ -#if __LINUX_KERNEL_VERSION >= 132382 && defined __i386__ + semantics was changed in 2.5.30, and again after 2.3.31. */ +#if __LINUX_KERNEL_VERSION >= 132384 && defined __i386__ # define __ASSUME_SET_THREAD_AREA_SYSCALL 1 #endif |