* 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

@ -1,5 +1,7 @@
2002-11-03 Ulrich Drepper <drepper@redhat.com>
* sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
* po/ca.po: Update from translation team.
* po/es.po: Likewise.

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;