mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.c
This commit is contained in:
@ -37,6 +37,11 @@
|
||||
#include <kernel-features.h>
|
||||
|
||||
|
||||
#ifndef TLS_MULTIPLE_THREADS_IN_TCB
|
||||
/* Pointer to the corresponding variable in libc. */
|
||||
int *__libc_multiple_threads_ptr attribute_hidden;
|
||||
#endif
|
||||
|
||||
/* Size and alignment of static TLS block. */
|
||||
size_t __static_tls_size;
|
||||
size_t __static_tls_align_m1;
|
||||
|
Reference in New Issue
Block a user