summaryrefslogtreecommitdiff
path: root/nptl/descr.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/descr.h')
-rw-r--r--nptl/descr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/nptl/descr.h b/nptl/descr.h
index 3a3361d9e3..74d8c44140 100644
--- a/nptl/descr.h
+++ b/nptl/descr.h
@@ -37,7 +37,6 @@
#endif
#define __need_res_state
#include <resolv.h>
-#include <kernel-features.h>
#ifndef TCB_ALIGNMENT
# define TCB_ALIGNMENT sizeof (double)
@@ -133,9 +132,6 @@ struct pthread
{
int multiple_threads;
int gscope_flag;
-# ifndef __ASSUME_PRIVATE_FUTEX
- int private_futex;
-# endif
} header;
#endif