View | Details | Raw Unified | Return to bug 9894 | Differences between
and this patch

Collapse All | Expand All

(-)a/sysdeps/unix/sysv/linux/mips/kernel-features.h (+5 lines)
Lines 31-34 Link Here
31
# define __ASSUME_FCNTL64		1
31
# define __ASSUME_FCNTL64		1
32
#endif
32
#endif
33
33
34
/* Support for PI futexes was added in 2.6.18.  */
35
#if __LINUX_KERNEL_VERSION >= 132626
36
 # define __ASSUME_FUTEX_LOCK_PI	1
37
#endif
38
34
#include_next <kernel-features.h>
39
#include_next <kernel-features.h>

Return to bug 9894