about summary refs log tree commit diff
path: root/nptl/pthread_keys.c
Commit message (Collapse)AuthorAgeFilesLines
* nptl: Move __pthread_keys global variable into libcFlorian Weimer2021-04-211-0/+24
This prepares moving pthread_exit, and later the pthread_key_create infrastructure. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>