fix glibc patch
[AGL/meta-agl.git] / meta-agl / recipes-core / glibc / glibc / arm / local-arm-futex.diff
index bcbdeda..c6b9d53 100644 (file)
@@ -10,14 +10,14 @@ Bug-Ubuntu: https://launchpad.net/bugs/1436162
 Bug-Debian: https://bugs.debian.org/788799
 Last-Update: 2015-03-25
 
---- glibc-2.21.orig/sysdeps/unix/sysv/linux/arm/kernel-features.h
-+++ glibc-2.21/sysdeps/unix/sysv/linux/arm/kernel-features.h
-@@ -37,7 +37,7 @@
+--- 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_FUTEX_LOCK_PI
  # undef __ASSUME_REQUEUE_PI
  # undef __ASSUME_SET_ROBUST_LIST
+ #endif