From 7894035e1ce51595cd0bff5727ca0297295c527e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 20 Nov 2004 09:56:34 +0000 Subject: Updated to fedora-glibc-20041120T0949 --- nptl/init.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'nptl/init.c') diff --git a/nptl/init.c b/nptl/init.c index aad2c9001f..a18078edb8 100644 --- a/nptl/init.c +++ b/nptl/init.c @@ -56,16 +56,10 @@ #endif -/* Default stack size. */ -size_t __default_stacksize attribute_hidden; - /* Size and alignment of static TLS block. */ size_t __static_tls_size; size_t __static_tls_align_m1; -/* Flag whether the machine is SMP or not. */ -int __is_smp attribute_hidden; - /* Version of the library, used in libthread_db to detect mismatches. */ static const char nptl_version[] __attribute_used__ = VERSION; -- cgit 1.4.1