diff options
Diffstat (limited to 'packages/glibc/2.20/0000-sparc-nptl.patch')
-rw-r--r-- | packages/glibc/2.20/0000-sparc-nptl.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/glibc/2.20/0000-sparc-nptl.patch b/packages/glibc/2.20/0000-sparc-nptl.patch new file mode 100644 index 00000000..4c5a10e4 --- /dev/null +++ b/packages/glibc/2.20/0000-sparc-nptl.patch @@ -0,0 +1,14 @@ +--- + sysdeps/sparc/sparc32/sem_trywait.c | 1 + + 1 file changed, 1 insertion(+) + +--- 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> + |