aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_keys.c
AgeCommit message (Collapse)Author
2021-04-21nptl: Move __pthread_keys global variable into libcFlorian Weimer
This prepares moving pthread_exit, and later the pthread_key_create infrastructure. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>