diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-21 19:49:51 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-21 19:49:51 +0200 |
commit | eda0c098ed31489ce21f15d775ed96c1f6b395ad (patch) | |
tree | eb5216e67e16329272ae61039847cc172b67a5aa /nptl/nptl-init.c | |
parent | 1f3ed1e0c8ede2ec0aa8b5913de7abc6791c986f (diff) | |
download | glibc-eda0c098ed31489ce21f15d775ed96c1f6b395ad.tar.gz glibc-eda0c098ed31489ce21f15d775ed96c1f6b395ad.tar.xz glibc-eda0c098ed31489ce21f15d775ed96c1f6b395ad.zip |
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>
Diffstat (limited to 'nptl/nptl-init.c')
-rw-r--r-- | nptl/nptl-init.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c index fae0db383c..646c5a9623 100644 --- a/nptl/nptl-init.c +++ b/nptl/nptl-init.c @@ -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) |