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:
@ -30,6 +30,7 @@ struct mutex_config __mutex_aconf =
|
||||
calling into kernel to block. */
|
||||
.spin_count = DEFAULT_ADAPTIVE_COUNT,
|
||||
};
|
||||
libc_hidden_data_def (__mutex_aconf)
|
||||
|
||||
static void
|
||||
TUNABLE_CALLBACK (set_mutex_spin_count) (tunable_val_t *valp)
|
||||
|
Reference in New Issue
Block a user