summaryrefslogtreecommitdiff
path: root/sysdeps/tile/nptl/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/tile/nptl/tls.h')
-rw-r--r--sysdeps/tile/nptl/tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/tile/nptl/tls.h b/sysdeps/tile/nptl/tls.h
index 2a9bbc1b04..c93e8a88c3 100644
--- a/sysdeps/tile/nptl/tls.h
+++ b/sysdeps/tile/nptl/tls.h
@@ -106,7 +106,7 @@ register void *__thread_pointer asm ("tp");
# define GET_DTV(tcbp) (((tcbhead_t *) (tcbp))[-1].dtv)
/* Code to initially initialize the thread pointer (tp). */
-# define TLS_INIT_TP(tcbp, secondcall) \
+# define TLS_INIT_TP(tcbp) \
(__thread_pointer = (char *)(tcbp) + TLS_TCB_OFFSET, NULL)
/* Return the address of the dtv for the current thread. */