]> sourceware.org Git - glibc.git/commitdiff
(__pthread_initialize_manager): Remove one last p_multiple_threads call.
authorUlrich Drepper <drepper@redhat.com>
Sat, 26 Apr 2003 17:08:49 +0000 (17:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 26 Apr 2003 17:08:49 +0000 (17:08 +0000)
linuxthreads/pthread.c

index d13207f4eeff97e29e6bbd8a5facbf8e7fba921f..6211124b313a46f36c388bdc071316496bd61b2e 100644 (file)
@@ -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
This page took 0.043029 seconds and 5 git commands to generate.