mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Remove second argument from TLS_INIT_TP macro
This commit is contained in:
@@ -103,7 +103,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) \
|
||||
({ \
|
||||
INTERNAL_SYSCALL_DECL (err); \
|
||||
int _sys_result; \
|
||||
|
Reference in New Issue
Block a user