mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
This commit is contained in:
@ -60,6 +60,8 @@ struct dtv_slotinfo_list *_dl_tls_dtv_slotinfo_list;
|
||||
size_t _dl_tls_static_nelem;
|
||||
/* Size of the static TLS block. */
|
||||
size_t _dl_tls_static_size;
|
||||
/* Size actually allocated in the static TLS block. */
|
||||
size_t _dl_tls_static_used;
|
||||
/* Alignment requirement of the static TLS block. */
|
||||
size_t _dl_tls_static_align;
|
||||
|
||||
|
Reference in New Issue
Block a user