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:
@ -59,12 +59,11 @@
|
||||
use the value.
|
||||
|
||||
|
||||
TLS_INIT_TP(tcb, firstcall)
|
||||
TLS_INIT_TP(tcb)
|
||||
|
||||
This macro must initialize the thread pointer to enable normal TLS
|
||||
operation. The first parameter is a pointer to the thread control
|
||||
block. The second parameter specifies whether this is the first
|
||||
call for the TCB. ld.so calls this macro more than once.
|
||||
operation. The parameter is a pointer to the thread control block.
|
||||
ld.so calls this macro once.
|
||||
|
||||
|
||||
THREAD_DTV()
|
||||
|
Reference in New Issue
Block a user