summaryrefslogtreecommitdiff
path: root/src/thread/__tls_get_addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/__tls_get_addr.c')
-rw-r--r--src/thread/__tls_get_addr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/thread/__tls_get_addr.c b/src/thread/__tls_get_addr.c
index 3bc60571..013817b4 100644
--- a/src/thread/__tls_get_addr.c
+++ b/src/thread/__tls_get_addr.c
@@ -2,8 +2,6 @@
#include "pthread_impl.h"
#include "libc.h"
-hidden void *__tls_get_new(tls_mod_off_t *);
-
void *__tls_get_addr(tls_mod_off_t *v)
{
pthread_t self = __pthread_self();