mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Update.
* sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2002-11-03 Ulrich Drepper <drepper@redhat.com>
|
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/ca.po: Update from translation team.
|
||||||
* po/es.po: Likewise.
|
* po/es.po: Likewise.
|
||||||
|
|
||||||
|
@@ -60,6 +60,8 @@ struct dtv_slotinfo_list *_dl_tls_dtv_slotinfo_list;
|
|||||||
size_t _dl_tls_static_nelem;
|
size_t _dl_tls_static_nelem;
|
||||||
/* Size of the static TLS block. */
|
/* Size of the static TLS block. */
|
||||||
size_t _dl_tls_static_size;
|
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. */
|
/* Alignment requirement of the static TLS block. */
|
||||||
size_t _dl_tls_static_align;
|
size_t _dl_tls_static_align;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user