uClibc: compile fix for the new linuxthreads implementation on mips
SVN-Revision: 14118
This commit is contained in:
parent
34d45d5d64
commit
dc6d881733
1 changed files with 10 additions and 0 deletions
|
@ -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 a new issue