(__pthread_initialize_manager): Remove one last p_multiple_threads call.

This commit is contained in:
Ulrich Drepper 2003-04-26 17:08:49 +00:00
parent a421d762a8
commit 36069f14e8
1 changed files with 1 additions and 1 deletions

View 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