diff options
Diffstat (limited to 'libpthread/nptl/descr.h')
-rw-r--r-- | libpthread/nptl/descr.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libpthread/nptl/descr.h b/libpthread/nptl/descr.h index 1dd1cc506..cf071dd81 100644 --- a/libpthread/nptl/descr.h +++ b/libpthread/nptl/descr.h @@ -28,7 +28,14 @@ #include <list.h> #include <lowlevellock.h> #include <pthreaddef.h> +#if 0 +/* + * MIPS NPTL - defines a total of two symbols used by the glibc + * dynamic loader. Hopefully we will not need it for + * uClibc. + */ #include <dl-sysdep.h> +#endif #include "../nptl_db/thread_db.h" #include <tls.h> #ifdef HAVE_FORCED_UNWIND |