diff options
author | Waldemar Brodkorb <w.brodkorb@deubert.it> | 2016-02-27 12:35:22 +0100 |
---|---|---|
committer | Waldemar Brodkorb <w.brodkorb@deubert.it> | 2016-02-27 12:35:37 +0100 |
commit | 1c7f981ff7591fe086cc1029a224908ead97c36f (patch) | |
tree | ecc1b4f7291d370194126f3b113c77b78d7f9ace /toolchain/glibc/patches/2.20/sparc-semtrywait.patch | |
parent | 4ac7a82f752334c4703e6ee6811aaac3736fd41f (diff) |
add glibc patch to cross-compile on MacOS X
Diffstat (limited to 'toolchain/glibc/patches/2.20/sparc-semtrywait.patch')
-rw-r--r-- | toolchain/glibc/patches/2.20/sparc-semtrywait.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/glibc/patches/2.20/sparc-semtrywait.patch b/toolchain/glibc/patches/2.20/sparc-semtrywait.patch deleted file mode 100644 index 43af77527..000000000 --- a/toolchain/glibc/patches/2.20/sparc-semtrywait.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nur glibc-2.20.orig/sysdeps/sparc/sparc32/sem_trywait.c glibc-2.20/sysdeps/sparc/sparc32/sem_trywait.c ---- glibc-2.20.orig/sysdeps/sparc/sparc32/sem_trywait.c 2014-09-07 10:09:09.000000000 +0200 -+++ glibc-2.20/sysdeps/sparc/sparc32/sem_trywait.c 2014-09-13 10:21:44.000000000 +0200 -@@ -22,6 +22,7 @@ - #include <lowlevellock.h> - #include <internaltypes.h> - #include <semaphore.h> -+#include <sparc-nptl.h> - - #include <shlib-compat.h> - |