diff options
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 |