local-arm-futex
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Wed, 29 Nov 2017 03:00:21 +0000 (03:00 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 29 Nov 2017 03:00:21 +0000 (03:00 +0000)
Gbp-Pq: Topic arm
Gbp-Pq: Name local-arm-futex.diff

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

index a3c0d9aedcb49f7fcf63f39daeb1cf64a6442d08..409ca201e2a411a07c430366e7d33c579cbf1d96 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_REQUEUE_PI
 # undef __ASSUME_SET_ROBUST_LIST
 #endif