dns response handling: ignore presence of wrong-type RRs
[musl] / src / thread / default_attr.c
1 #include "pthread_impl.h"
2
3 unsigned __default_stacksize = DEFAULT_STACK_SIZE;
4 unsigned __default_guardsize = DEFAULT_GUARD_SIZE;