1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition.

* sysdeps/generic/libc-tls.c: Initialize _dl_tls_static_size here.
This commit is contained in:
Ulrich Drepper
2005-11-15 07:26:22 +00:00
parent 2461e3dc09
commit fcae3b76f6
3 changed files with 8 additions and 8 deletions

View File

@ -35,12 +35,6 @@
#include <dl-dst.h>
#ifndef SHARED
/* Giving this initialized value preallocates some surplus bytes in the
static TLS area, see __libc_setup_tls (libc-tls.c). */
size_t _dl_tls_static_size = 2048;
#endif
extern ElfW(Addr) _dl_sysdep_start (void **start_argptr,
void (*dl_main) (const ElfW(Phdr) *phdr,
ElfW(Word) phnum,