mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Move internal symbol __mutex_aconf into libc
This is in preparation of moving the mutex code into libc. __pthread_tunables_init is now called via __pthread_early_init. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -268,10 +268,6 @@ __pthread_initialize_minimal_internal (void)
|
||||
__libc_multiple_threads_ptr =
|
||||
#endif
|
||||
__libc_pthread_init (__reclaim_stacks, ptr_pthread_functions);
|
||||
|
||||
#if HAVE_TUNABLES
|
||||
__pthread_tunables_init ();
|
||||
#endif
|
||||
}
|
||||
strong_alias (__pthread_initialize_minimal_internal,
|
||||
__pthread_initialize_minimal)
|
||||
|
Reference in New Issue
Block a user