local-arm-futex
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Wed, 5 Dec 2018 18:50:21 +0000 (18:50 +0000)
committerAurelien Jarno <aurel32@debian.org>
Wed, 5 Dec 2018 18:50:21 +0000 (18:50 +0000)
Gbp-Pq: Topic arm
Gbp-Pq: Name local-arm-futex.diff

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

index 7831ab1e0f8e63bdd378b4c5f86d9c5272a58989..eeaa41fbb2dc7582fe4499073f8a034d41f7f83e 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