nptl: Move internal symbol __mutex_aconf into libc
authorFlorian Weimer <fweimer@redhat.com>
Wed, 21 Apr 2021 17:49:51 +0000 (19:49 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 21 Apr 2021 17:49:51 +0000 (19:49 +0200)
commiteda0c098ed31489ce21f15d775ed96c1f6b395ad
treeeb5216e67e16329272ae61039847cc172b67a5aa
parent1f3ed1e0c8ede2ec0aa8b5913de7abc6791c986f
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>
nptl/Makefile
nptl/Versions
nptl/nptl-init.c
nptl/pthread_mutex_conf.c
sysdeps/nptl/pthread_early_init.h [new file with mode: 0644]
sysdeps/nptl/pthread_mutex_conf.h [moved from nptl/pthread_mutex_conf.h with 86% similarity]
sysdeps/pthread/pthread_mutex_conf.h [new file with mode: 0644]