summaryrefslogtreecommitdiff
path: root/src/time
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2018-09-08 18:46:06 -0400
committerRich Felker <dalias@aerifal.cx>2018-09-12 14:34:31 -0400
commit91c6a187b89cb1ea9afc6a963106fbccca218dde (patch)
treeac9bdd0d00994b9f5630ae107af8455208e352de /src/time
parentf9db9eca40fdc78fae258b8e12eb689fc2d5e0e5 (diff)
downloadmusl-91c6a187b89cb1ea9afc6a963106fbccca218dde.tar.gz
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.
Diffstat (limited to 'src/time')
-rw-r--r--src/time/timer_create.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/time/timer_create.c b/src/time/timer_create.c
index 16432bec..ad7a2646 100644
--- a/src/time/timer_create.c
+++ b/src/time/timer_create.c
@@ -19,8 +19,6 @@ static void dummy_0()
}
weak_alias(dummy_0, __pthread_tsd_run_dtors);
-void __reset_tls();
-
static void cleanup_fromsig(void *p)
{
pthread_t self = __pthread_self();