From 69c1f07506ef56973b543c3ec111a4673c11f16c Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sun, 12 Jun 2005 02:15:11 +0000 Subject: Changed files for glibc compatibility so that more NPTL files would build. --- libpthread/nptl/sysdeps/mips/tls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpthread/nptl/sysdeps/mips') 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 +# include <../../descr.h> #else # include #endif -- cgit v1.2.3