diff options
Diffstat (limited to 'src/thread/pthread_attr_init.c')
| -rw-r--r-- | src/thread/pthread_attr_init.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/src/thread/pthread_attr_init.c b/src/thread/pthread_attr_init.c index 398990d1..463a8d20 100644 --- a/src/thread/pthread_attr_init.c +++ b/src/thread/pthread_attr_init.c @@ -1,8 +1,5 @@  #include "pthread_impl.h" -extern size_t __default_stacksize; -extern size_t __default_guardsize; -  int pthread_attr_init(pthread_attr_t *a)  {  	*a = (pthread_attr_t){0}; | 
