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 (+11 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 inter-process robust mutexes was added in 2.6.18.  */
35
#if __LINUX_KERNEL_VERSION >= 132626
36
 # define __ASSUME_SET_ROBUST_LIST	1
37
#endif
38
39
40
/* Support for PI futexes was added in 2.6.18.  */
41
#if __LINUX_KERNEL_VERSION >= 132626
42
 # define __ASSUME_FUTEX_LOCK_PI	1
43
#endif
44
34
#include_next <kernel-features.h>
45
#include_next <kernel-features.h>

Return to bug 9894