summaryrefslogtreecommitdiff
path: root/pthread/pt-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread/pt-internal.h')
-rw-r--r--pthread/pt-internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pthread/pt-internal.h b/pthread/pt-internal.h
index 24111ad..1f17f25 100644
--- a/pthread/pt-internal.h
+++ b/pthread/pt-internal.h
@@ -59,7 +59,6 @@ enum pthread_state
#endif
#if !(IS_IN (libpthread))
-#ifdef ENABLE_TLS
/* Type of the TCB. */
typedef struct
{
@@ -67,7 +66,6 @@ typedef struct
void *dtv; /* Vector of pointers to TLS data. */
thread_t self; /* This thread's control port. */
} tcbhead_t;
-#endif /* ENABLE_TLS */
#endif /* ! IS_IN (libpthread) */
/* This structure describes a POSIX thread. */
@@ -117,9 +115,7 @@ struct __pthread
PTHREAD_SYSDEP_MEMBERS
-#ifdef ENABLE_TLS
tcbhead_t *tcb;
-#endif /* ENABLE_TLS */
/* Queue links. Since PREVP is used to determine if a thread has been
awaken, it must be protected by the queue lock. */