summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sysdeps')
-rw-r--r--libpthread/nptl/sysdeps/mips/tls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/mips/tls.h b/libpthread/nptl/sysdeps/mips/tls.h
index dde10be60..3adfebccf 100644
--- a/libpthread/nptl/sysdeps/mips/tls.h
+++ b/libpthread/nptl/sysdeps/mips/tls.h
@@ -59,7 +59,7 @@ typedef union dtv
/* We require TLS support in the tools. */
/*
* NPTL - These defines would normally be handled by the top-level
- * configure script in glibc. We define them ourselves.
+ * configure script in glibc.
*/
#ifdef __PTHREADS_NATIVE__
#define HAVE_TLS_SUPPORT 1
@@ -84,7 +84,7 @@ typedef union dtv
/* Get the thread descriptor definition. */
#ifdef __UCLIBC__
-# include <descr.h>
+# include <../../descr.h>
#else
# include <nptl/descr.h>
#endif