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

Collapse All | Expand All

(-)a/sysdeps/unix/sysv/linux/hppa/kernel-features.h (+5 lines)
Lines 36-39 Link Here
36
# define __ASSUME_LWS_CAS		1
36
# define __ASSUME_LWS_CAS		1
37
#endif
37
#endif
38
38
39
/* Support for PI futexes was added in 2.6.19.  */
40
#if __LINUX_KERNEL_VERSION >= 0x020613
41
 # define __ASSUME_FUTEX_LOCK_PI	1
42
#endif
43
39
#include_next <kernel-features.h>
44
#include_next <kernel-features.h>

Return to bug 9894