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

Collapse All | Expand All

(-)a/sysdeps/unix/sysv/linux/arm/kernel-features.h (+10 lines)
Lines 51-56 Link Here
51
# define __ASSUME_SIGFRAME_V2	1
51
# define __ASSUME_SIGFRAME_V2	1
52
#endif
52
#endif
53
53
54
/* Support for inter-process robust mutexes was added in 2.6.28.  */
55
#if __LINUX_KERNEL_VERSION >= 132636
56
 # define __ASSUME_SET_ROBUST_LIST	1
57
#endif
58
59
/* Support for PI futexes was added in 2.6.28.  */
60
#if __LINUX_KERNEL_VERSION >= 132636
61
 # define __ASSUME_FUTEX_LOCK_PI	1
62
#endif
63
54
#include_next <kernel-features.h>
64
#include_next <kernel-features.h>
55
65
56
/* These syscalls are not implemented yet for ARM.  */
66
/* These syscalls are not implemented yet for ARM.  */

Return to bug 9894