local-arm-futex
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 9 Feb 2019 17:34:27 +0000 (17:34 +0000)
committerSamuel Thibault <sthibault@debian.org>
Sat, 9 Feb 2019 17:34:27 +0000 (17:34 +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