move declarations of tls setup/access functions to pthread_impl.h
authorRich Felker <dalias@aerifal.cx>
Sat, 8 Sep 2018 22:46:06 +0000 (18:46 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:31 +0000 (14:34 -0400)
commit91c6a187b89cb1ea9afc6a963106fbccca218dde
treeac9bdd0d00994b9f5630ae107af8455208e352de
parentf9db9eca40fdc78fae258b8e12eb689fc2d5e0e5
move declarations of tls setup/access functions to pthread_impl.h

it's already included in all places where these are needed, and aside
from __tls_get_addr, they're all implementation internals.
ldso/dynlink.c
src/internal/pthread_impl.h
src/thread/__tls_get_addr.c
src/thread/pthread_create.c
src/time/timer_create.c