From: Ulrich Drepper Date: Sat, 26 Apr 2003 17:08:49 +0000 (+0000) Subject: (__pthread_initialize_manager): Remove one last p_multiple_threads call. X-Git-Tag: cvs/glibc-2_3_3~824 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36069f14e85e3df8edfe049c3517c69bc9905255;p=thirdparty%2Fglibc.git (__pthread_initialize_manager): Remove one last p_multiple_threads call. --- diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index d13207f4eef..6211124b313 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