summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-06-03 03:07:52 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-06-03 03:07:52 +0000
commita4db401c4e61ba9db1e96fc670a7eb1ee7da2a5f (patch)
treea7a4f4de537e8dfa57fe74803b05a4c4032b15ac /libpthread/nptl/sysdeps/unix/sysv
parent2fa128140331bedcb9677ab7838dca63926abd63 (diff)
downloaduClibc-alpine-a4db401c4e61ba9db1e96fc670a7eb1ee7da2a5f.tar.bz2
uClibc-alpine-a4db401c4e61ba9db1e96fc670a7eb1ee7da2a5f.tar.xz
Fix up include paths for compilation in uClibc.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/mips/createthread.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/createthread.c b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/createthread.c
index 5b2234f47..d07d04e09 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/createthread.c
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/createthread.c
@@ -21,4 +21,8 @@
+ TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE)
/* Get the real implementation. */
+#ifdef __UCLIBC__
+#include <sysdeps/pthread/createthread.c>
+#else
#include <nptl/sysdeps/pthread/createthread.c>
+#endif