1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
This commit is contained in:
Ulrich Drepper
2002-11-04 07:14:09 +00:00
parent a3fecd80f7
commit 80f6f981b9
2 changed files with 4 additions and 0 deletions

View File

@ -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;