projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea5e83
)
Define _dl_tls_static_used.
author
drepper
<drepper>
Mon, 4 Nov 2002 07:12:14 +0000
(07:12 +0000)
committer
drepper
<drepper>
Mon, 4 Nov 2002 07:12:14 +0000
(07:12 +0000)
sysdeps/generic/libc-tls.c
patch
|
blob
|
history
diff --git
a/sysdeps/generic/libc-tls.c
b/sysdeps/generic/libc-tls.c
index
92ea62f
..
64fe7c3
100644
(file)
--- a/
sysdeps/generic/libc-tls.c
+++ b/
sysdeps/generic/libc-tls.c
@@
-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;