From a4db401c4e61ba9db1e96fc670a7eb1ee7da2a5f Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 3 Jun 2005 03:07:52 +0000 Subject: Fix up include paths for compilation in uClibc. --- libpthread/nptl/sysdeps/unix/sysv/linux/mips/createthread.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips/createthread.c') 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 +#else #include +#endif -- cgit v1.2.3