summaryrefslogtreecommitdiff
path: root/src/thread/pthread_setattr_default_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/pthread_setattr_default_np.c')
-rw-r--r--src/thread/pthread_setattr_default_np.c3
1 files changed, 0 insertions, 3 deletions
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 <string.h>
-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. */