mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:37:10 +02:00
uClibc: compile fix for the new linuxthreads implementation on mips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14118 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cd510bdcab
commit
c7ac63a1ce
@ -25,3 +25,13 @@
|
|||||||
+# define SINGLE_THREAD_P (1)
|
+# define SINGLE_THREAD_P (1)
|
||||||
+
|
+
|
||||||
+#endif
|
+#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
|
Loading…
Reference in New Issue
Block a user