mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
nptl: __nptl_set_robust_list_avail must be nocommon
This is required for GCC versions before 10 which default to -fcommon.
Fixes commit 442e8a40da
("nptl: Move part
of TCB initialization from libpthread to __tls_init_tp").
This commit is contained in:
parent
1d67cf9e8a
commit
6573396163
@ -23,7 +23,7 @@
|
||||
#include <tls.h>
|
||||
|
||||
#ifndef __ASSUME_SET_ROBUST_LIST
|
||||
bool __nptl_set_robust_list_avail;
|
||||
bool __nptl_set_robust_list_avail __attribute__ ((nocommon));
|
||||
rtld_hidden_data_def (__nptl_set_robust_list_avail)
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user