about summary refs log tree commit diff
path: root/linuxthreads/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/pthread.c')
-rw-r--r--linuxthreads/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c
index d13207f4ee..6211124b31 100644
--- a/linuxthreads/pthread.c
+++ b/linuxthreads/pthread.c
@@ -622,7 +622,7 @@ int __pthread_initialize_manager(void)
   mgr->p_header.data.self = mgr;
   mgr->p_header.data.multiple_threads = 1;
 #elif TLS_MULTIPLE_THREADS_IN_TCB
-  p_multiple_threads (mgr) = 1;
+  mgr->p_multiple_threads = 1;
 #endif
   mgr->p_lock = &__pthread_handles[1].h_lock;
 # ifndef HAVE___THREAD