about summary refs log tree commit diff
path: root/nptl/descr.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/descr.h')
-rw-r--r--nptl/descr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/descr.h b/nptl/descr.h
index 6004a26a83..26ee42d7c3 100644
--- a/nptl/descr.h
+++ b/nptl/descr.h
@@ -99,7 +99,7 @@ struct pthread
 #if !TLS_DTV_AT_TP
     /* This overlaps the TCB as used for TLS without threads (see tls.h).  */
     tcbhead_t header;
-#elif TLS_MULTIPLE_THREADS_IN_TCB
+#else
     struct
     {
       int multiple_threads;