fix glibc patch 43/8143/2
authorRonan <ronan.lemartret@iot.bzh>
Fri, 6 Jan 2017 08:29:54 +0000 (09:29 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 10 Jan 2017 19:37:17 +0000 (19:37 +0000)
Change-Id: Ie9cc8476f95a0eb67d630fcd7e8c79239702f780
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
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