fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscall
[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;