summaryrefslogtreecommitdiff
path: root/libc/misc/pthread/tsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/pthread/tsd.c')
-rw-r--r--libc/misc/pthread/tsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/pthread/tsd.c b/libc/misc/pthread/tsd.c
index 434938d97..835ee22ce 100644
--- a/libc/misc/pthread/tsd.c
+++ b/libc/misc/pthread/tsd.c
@@ -8,4 +8,3 @@ __libc_dl_error_tsd (void)
static __thread void *data __attribute__ ((tls_model ("initial-exec")));
return &data;
}
-