summaryrefslogtreecommitdiff
path: root/toolchain/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-09-04 10:22:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-09-04 10:22:55 +0200
commit2a1a43ead0c628f356a84ac46d4be8aa5615fc4c (patch)
treed6c5a119509bf4355c4e036818f655eb3fc14ccc /toolchain/glibc
parent7751563b38397c1cc87fa3ffcf46ef0d1278e241 (diff)
add required patch for glibc sparc
Diffstat (limited to 'toolchain/glibc')
-rw-r--r--toolchain/glibc/patches/2.22/sparc-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/glibc/patches/2.22/sparc-include.patch b/toolchain/glibc/patches/2.22/sparc-include.patch
new file mode 100644
index 000000000..569a68b0c
--- /dev/null
+++ b/toolchain/glibc/patches/2.22/sparc-include.patch
@@ -0,0 +1,11 @@
+diff -Nur glibc-2.22.orig/sysdeps/sparc/sparc32/sem_open.c glibc-2.22/sysdeps/sparc/sparc32/sem_open.c
+--- glibc-2.22.orig/sysdeps/sparc/sparc32/sem_open.c 2015-08-05 08:42:21.000000000 +0200
++++ glibc-2.22/sysdeps/sparc/sparc32/sem_open.c 2015-09-04 09:42:55.092504540 +0200
+@@ -29,6 +29,7 @@
+ #include <sys/mman.h>
+ #include <sys/stat.h>
+ #include "semaphoreP.h"
++#include <futex-internal.h>
+ #include <shm-directory.h>
+
+