diff options
Diffstat (limited to 'nptl/init.c')
-rw-r--r-- | nptl/init.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nptl/init.c b/nptl/init.c index aad2c90..a18078e 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; |