res_send: use a temp buffer if caller's buffer is under 512 bytes
[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;