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_setattr_default_np.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/thread/pthread_setattr_default_np.c') diff --git a/src/thread/pthread_setattr_default_np.c b/src/thread/pthread_setattr_default_np.c index 88503e34..256f0685 100644 --- a/src/thread/pthread_setattr_default_np.c +++ b/src/thread/pthread_setattr_default_np.c @@ -2,9 +2,6 @@ #include "pthread_impl.h" #include -extern size_t __default_stacksize; -extern size_t __default_guardsize; - int pthread_setattr_default_np(const pthread_attr_t *attrp) { /* Reject anything in the attr object other than stack/guard size. */ -- cgit v1.2.3