mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 16:01:06 +00:00
c98155a82a
This actually comes from upstream: https://sourceware.org/ml/libc-alpha/2014-09/msg00317.html It is needed for plain glibc as well as linaro's version. A symlink is added for the latter's version 2.20-2014.11. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at>
15 lines
357 B
Diff
15 lines
357 B
Diff
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>
|
|
|
|
|
|
|