]> git.ipfire.org Git - thirdparty/glibc.git/commit
pthread: Introduce __pthread_early_init
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)
commit1f3ed1e0c8ede2ec0aa8b5913de7abc6791c986f
tree1b2f5740b01c70960e6d13338a658bd274a6370f
parent798cacde768c262d3979ba9c5eb224d6837fd92d
pthread: Introduce __pthread_early_init

This function is called from __libc_early_init to initialize the
pthread subsystem.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
elf/libc_early_init.c
sysdeps/pthread/pthread_early_init.h [new file with mode: 0644]