From decf249cf6198f4f233021b64da26a346fd5d46b Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Wed, 29 Nov 2017 03:00:21 +0000 Subject: [PATCH] local-arm-futex Gbp-Pq: Topic arm Gbp-Pq: Name local-arm-futex.diff --- sysdeps/unix/sysv/linux/arm/kernel-features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/arm/kernel-features.h b/sysdeps/unix/sysv/linux/arm/kernel-features.h index a3c0d9aed..409ca201e 100644 --- a/sysdeps/unix/sysv/linux/arm/kernel-features.h +++ b/sysdeps/unix/sysv/linux/arm/kernel-features.h @@ -22,7 +22,7 @@ /* The ARM kernel before 3.14.3 may or may not support futex_atomic_cmpxchg_inatomic, depending on kernel configuration. */ -#if __LINUX_KERNEL_VERSION < 0x030E03 +#if __LINUX_KERNEL_VERSION < 0x020620 # undef __ASSUME_REQUEUE_PI # undef __ASSUME_SET_ROBUST_LIST #endif -- 2.30.2