mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
(__pthread_initialize_manager): Remove one last p_multiple_threads call.
This commit is contained in:
parent
a421d762a8
commit
36069f14e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user