summaryrefslogtreecommitdiff
path: root/patches/glibc
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2015-10-01 07:38:22 (GMT)
committerAlexey Neyman <stilor@att.net>2015-10-16 00:35:18 (GMT)
commit05b7b11ec4bcbf8d6394d58ea645bc4cf324c16e (patch)
tree35b8e3c43e57107b8a48b0329aefb69e25919057 /patches/glibc
parent8c5de9dcd527731ced700f4f7c496e04df74c9c0 (diff)
Pick up a fix for glibc-2.22 on sparc32.
Diffstat (limited to 'patches/glibc')
-rw-r--r--patches/glibc/2.22/100-sparc32-sem_open-missing-include.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/patches/glibc/2.22/100-sparc32-sem_open-missing-include.patch b/patches/glibc/2.22/100-sparc32-sem_open-missing-include.patch
new file mode 100644
index 0000000..b481046
--- /dev/null
+++ b/patches/glibc/2.22/100-sparc32-sem_open-missing-include.patch
@@ -0,0 +1,21 @@
+commit 3f512ca79fda7854da188df0585e71467119206e
+Author: Brett Neumeier <brett@neumeier.us>
+Date: Mon Aug 31 15:27:21 2015 -0700
+
+ Fix non-v9 32-bit sparc build.
+
+ [BZ #18870]
+ * sysdeps/sparc/sparc32/sem_open.c: Add missing #include
+
+diff --git a/sysdeps/sparc/sparc32/sem_open.c b/sysdeps/sparc/sparc32/sem_open.c
+index 16cb9ad..59df2d7 100644
+--- a/sysdeps/sparc/sparc32/sem_open.c
++++ b/sysdeps/sparc/sparc32/sem_open.c
+@@ -29,6 +29,7 @@
+ #include <sys/mman.h>
+ #include <sys/stat.h>
+ #include "semaphoreP.h"
++#include <futex-internal.h>
+ #include <shm-directory.h>
+
+