uClibc: compile fix for the new linuxthreads implementation on mips
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Jan 2009 14:47:53 +0000 (14:47 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Jan 2009 14:47:53 +0000 (14:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14118 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/uClibc/patches/220-libpthread_sysdep_fixes.patch [moved from toolchain/uClibc/patches/220-libpthread_arm.patch with 76% similarity]

similarity index 76%
rename from toolchain/uClibc/patches/220-libpthread_arm.patch
rename to toolchain/uClibc/patches/220-libpthread_sysdep_fixes.patch
index c7a71cac344d6fec55257c04dd122decbef039df..bb76dc1166e7df1a371fe4125e91f93ff65a9f97 100644 (file)
 +# 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