| author | Szabolcs Nagy <nsz@port70.net> | 2019年09月29日 12:25:39 +0000 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2019年09月29日 17:59:30 -0400 |
| commit | 33bc7f05fc856d8819083afe4668907a9d262e4c (patch) | |
| tree | 78d6d2efbfc9f5bab6fd748befd9961daebc89cc /src/internal | |
| parent | ca577951138127dcf4190a2eb3c7148b2ad6d779 (diff) | |
| download | musl-33bc7f05fc856d8819083afe4668907a9d262e4c.tar.gz | |
| -rw-r--r-- | src/internal/pthread_impl.h | 1 |
diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 9b001421..5742dfc5 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -125,7 +125,6 @@ struct __timer { 0x80000000 }) void *__tls_get_addr(tls_mod_off_t *); -hidden void *__tls_get_new(tls_mod_off_t *); hidden int __init_tp(void *); hidden void *__copy_tls(unsigned char *); hidden void __reset_tls(); |