aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-21 19:49:51 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-21 19:49:51 +0200
commiteda0c098ed31489ce21f15d775ed96c1f6b395ad (patch)
treeeb5216e67e16329272ae61039847cc172b67a5aa /nptl/Versions
parent1f3ed1e0c8ede2ec0aa8b5913de7abc6791c986f (diff)
downloadglibc-eda0c098ed31489ce21f15d775ed96c1f6b395ad.zip
glibc-eda0c098ed31489ce21f15d775ed96c1f6b395ad.tar.gz
glibc-eda0c098ed31489ce21f15d775ed96c1f6b395ad.tar.bz2
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/Versions')
-rw-r--r--nptl/Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions
index f51110d..2748421 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -132,6 +132,7 @@ libc {
__lll_lock_wait_private;
__lll_trylock_elision;
__lll_unlock_elision;
+ __mutex_aconf;
__nptl_deallocate_tsd;
__nptl_nthreads;
__pthread_attr_copy;