summaryrefslogtreecommitdiff
path: root/nptl/descr.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-05-26 20:13:27 +0000
committerUlrich Drepper <drepper@redhat.com>2007-05-26 20:13:27 +0000
commit6df7ffad195864a5c28d9d24093866e919ef0494 (patch)
tree02d6096090d896d537fc60d5047af0da0bc0772b /nptl/descr.h
parentd8ff3792a8020ff25b703109a763161236cfa8dd (diff)
* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
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 00cad1aa83..203b62a2bf 100644
--- a/nptl/descr.h
+++ b/nptl/descr.h
@@ -37,6 +37,7 @@
#endif
#define __need_res_state
#include <resolv.h>
+#include <kernel-features.h>
#ifndef TCB_ALIGNMENT
# define TCB_ALIGNMENT sizeof (double)
@@ -131,6 +132,9 @@ struct pthread
struct
{
int multiple_threads;
+# ifndef __ASSUME_PRIVATE_FUTEX
+ int private_futex;
+# endif
} header;
#endif