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 (+10 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 inter-process robust mutexes was added in 2.6.19 */
40
#if __LINUX_KERNEL_VERSION >= 0x020613
41
 # define __ASSUME_SET_ROBUST_LIST	1
42
#endif
43
44
/* Support for PI futexes was added in 2.6.19 */
45
#if __LINUX_KERNEL_VERSION >= 0x020613
46
 # define __ASSUME_FUTEX_LOCK_PI	1
47
#endif
48
39
#include_next <kernel-features.h>
49
#include_next <kernel-features.h>

Return to bug 9894