From: GNU Libc Maintainers Date: Sun, 8 Sep 2019 20:34:02 +0000 (+0100) Subject: local-arm-futex X-Git-Tag: archive/raspbian/2.29-1+rpi1^2~102 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eaeafd31b6ef6d68049ac4b3c1a2eade3cb4709f;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 4220adff3..27f799bca 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_SET_ROBUST_LIST #endif