summaryrefslogtreecommitdiff
path: root/nptl/descr.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-22 21:21:10 +0000
committerRoland McGrath <roland@gnu.org>2004-09-22 21:21:10 +0000
commitb5707b44d25d7af61b0338c2a2206c036eaf7337 (patch)
treed8b9e865cbc78d64835a63959370865a2a043223 /nptl/descr.h
parent4ff389feb39f2eb649530b843d478c80c27ab4cf (diff)
Changes and additions migrated from cvs.devel.redhat.com:/cvs/devel/glibc to fedora-branch
Diffstat (limited to 'nptl/descr.h')
-rw-r--r--nptl/descr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/descr.h b/nptl/descr.h
index 0f8d347b79..89bfbd25ad 100644
--- a/nptl/descr.h
+++ b/nptl/descr.h
@@ -27,9 +27,13 @@
#include <sys/types.h>
#include <hp-timing.h>
#include <list.h>
+#ifdef __need_struct_pthread_size
+#define lll_lock_t int
+#else
#include <lowlevellock.h>
#include <pthreaddef.h>
#include <dl-sysdep.h>
+#endif
#include "../nptl_db/thread_db.h"
#include <tls.h>
#ifdef HAVE_FORCED_UNWIND