summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan <ronan.lemartret@iot.bzh>2017-01-06 09:29:54 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-01-10 19:37:17 +0000
commitaa430f8d7743bba88f2a5e55832951d99c19022d (patch)
tree0a582322b76a63482e0e581fac01866795d1bb72
parentd728d917b469e4904c05f281ea9d0c699d2d4b55 (diff)
fix glibc patch
Change-Id: Ie9cc8476f95a0eb67d630fcd7e8c79239702f780 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
-rw-r--r--meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff b/meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff
index bcbdeda21..c6b9d53a1 100644
--- a/meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff
+++ b/meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff
@@ -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