]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/sysdeps/sh/tls.h
Remove second argument from TLS_INIT_TP macro
[thirdparty/glibc.git] / nptl / sysdeps / sh / tls.h
index 84e464c448c4295598eed212ba3a055d63dde3c9..a0660d2854138d46ca6e1233edf0dc7732c91884 100644 (file)
@@ -99,7 +99,7 @@ typedef struct
 /* Code to initially initialize the thread pointer.  This might need
    special attention since 'errno' is not yet available and if the
    operation can cause a failure 'errno' must not be touched.  */
-# define TLS_INIT_TP(tcbp, secondcall) \
+# define TLS_INIT_TP(tcbp) \
   ({ __asm __volatile ("ldc %0,gbr" : : "r" (tcbp)); 0; })
 
 /* Return the address of the dtv for the current thread.  */