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> |