From: GNU Libc Maintainers Date: Sat, 16 Dec 2017 14:37:43 +0000 (+0000) Subject: local-arm-futex X-Git-Tag: archive/raspbian/2.25-5+rpi1^2~160 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d84c1cdaea5884f20c719e1126e4930e65275569;p=glibc.git local-arm-futex Gbp-Pq: Topic arm Gbp-Pq: Name local-arm-futex.diff --- 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