From c7ed3e909a69d34a7821f7db644c2fa590a1a690 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 18 Sep 2018 19:43:52 -0400 Subject: remove redundant declarations of __default_stacksize, __default_guardsize these are now declared in pthread_impl.h. --- src/thread/pthread_create.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/thread/pthread_create.c') diff --git a/src/thread/pthread_create.c b/src/thread/pthread_create.c index 3293dcd5..3da7db14 100644 --- a/src/thread/pthread_create.c +++ b/src/thread/pthread_create.c @@ -162,8 +162,6 @@ static void *dummy_tsd[1] = { 0 }; weak_alias(dummy_tsd, __pthread_tsd_main); volatile int __block_new_threads = 0; -extern size_t __default_stacksize; -extern size_t __default_guardsize; static FILE *volatile dummy_file = 0; weak_alias(dummy_file, __stdin_used); -- cgit v1.2.1