move declarations of tls setup/access functions to pthread_impl.h
[musl] / ldso / dynlink.c
index 1d3dacc..f78a02e 100644 (file)
@@ -96,9 +96,7 @@ struct symdef {
        struct dso *dso;
 };
 
-int __init_tp(void *);
 void __init_libc(char **, char *);
-void *__copy_tls(unsigned char *);
 
 static struct builtin_tls {
        char c;
@@ -1892,8 +1890,6 @@ static void *addr2dso(size_t a)
        return 0;
 }
 
-void *__tls_get_addr(tls_mod_off_t *);
-
 static void *do_dlsym(struct dso *p, const char *s, void *ra)
 {
        size_t i;