From fcae3b76f63626b0e587f8e3b40191136e36041b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 15 Nov 2005 07:26:22 +0000 Subject: * elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition. * sysdeps/generic/libc-tls.c: Initialize _dl_tls_static_size here. --- elf/dl-open.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'elf/dl-open.c') diff --git a/elf/dl-open.c b/elf/dl-open.c index 984f4a4ec6..930400c420 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -35,12 +35,6 @@ #include -#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, -- cgit 1.4.1