mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
* sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
This commit is contained in:
parent
a3fecd80f7
commit
80f6f981b9
@ -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.
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user