summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-01-20 14:47:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-01-20 14:47:53 +0000
commitdc6d881733e996255fec6bf2fbd4816b4eac5281 (patch)
tree4504a8b2c04ac9688e277418f08eaf1bf84900e6 /toolchain/uClibc
parent34d45d5d6485da73bc7d27e8a2f23f1704c71cc1 (diff)
downloadmaster-31e0f0ae-dc6d881733e996255fec6bf2fbd4816b4eac5281.tar.gz
master-31e0f0ae-dc6d881733e996255fec6bf2fbd4816b4eac5281.tar.bz2
master-31e0f0ae-dc6d881733e996255fec6bf2fbd4816b4eac5281.zip
uClibc: compile fix for the new linuxthreads implementation on mips
SVN-Revision: 14118
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r--toolchain/uClibc/patches/220-libpthread_sysdep_fixes.patch (renamed from toolchain/uClibc/patches/220-libpthread_arm.patch)10
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/uClibc/patches/220-libpthread_arm.patch b/toolchain/uClibc/patches/220-libpthread_sysdep_fixes.patch
index c7a71cac34..bb76dc1166 100644
--- a/toolchain/uClibc/patches/220-libpthread_arm.patch
+++ b/toolchain/uClibc/patches/220-libpthread_sysdep_fixes.patch
@@ -25,3 +25,13 @@
+# define SINGLE_THREAD_P (1)
+
+#endif
+--- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h
++++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h
+@@ -17,7 +17,6 @@
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA. */
+
+-#include <sysdep.h>
+ #ifndef __ASSEMBLER__
+ # include <linuxthreads/internals.h>
+ #endif