local-arm-futex
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
Gbp-Pq: Topic arm
Gbp-Pq: Name local-arm-futex.diff

sysdeps/unix/sysv/linux/arm/kernel-features.h

index e13b049389f990578e310e8c57fe70748ba627f5..2f45647c0b40e995f5089c458a5e8f40dc12cadb 100644 (file)
@@ -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_SET_ROBUST_LIST
 #endif