From 91c6a187b89cb1ea9afc6a963106fbccca218dde Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 8 Sep 2018 18:46:06 -0400 Subject: 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. --- src/time/timer_create.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/time') 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(); -- cgit v1.2.1