diff options
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 |
commit | a4db401c4e61ba9db1e96fc670a7eb1ee7da2a5f (patch) | |
tree | a7a4f4de537e8dfa57fe74803b05a4c4032b15ac /libpthread/nptl/sysdeps/unix/sysv/linux/mips/createthread.c | |
parent | 2fa128140331bedcb9677ab7838dca63926abd63 (diff) | |
download | uClibc-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/linux/mips/createthread.c')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/createthread.c | 4 |
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 |