Merge pull request #39 from stefanct/master

Add patch to fix building glibc 2.20 on sparc
This commit is contained in:
Bryan Hundven 2015-02-01 21:08:21 -08:00
commit f4788fd57d
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
diff --git a/sysdeps/sparc/sparc32/sem_trywait.c b/sysdeps/sparc/sparc32/sem_trywait.c
index 7d0fc55..ad9b4ad 100644
--- a/sysdeps/sparc/sparc32/sem_trywait.c
+++ b/sysdeps/sparc/sparc32/sem_trywait.c
@@ -22,6 +22,7 @@
#include <lowlevellock.h>
#include <internaltypes.h>
#include <semaphore.h>
+#include <sparc-nptl.h>
#include <shlib-compat.h>

View File

@ -0,0 +1 @@
2.20