mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove second argument from TLS_INIT_TP macro
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user