musl - an implementation of the standard library for Linux-based systems
blob: dce9640964c23ffc0e14da4ae7a56f7a2a418515 (
plain) (
blame)
1
2
3
4
|
#include "pthread_impl.h"
unsigned __default_stacksize = DEFAULT_STACK_SIZE;
unsigned __default_guardsize = DEFAULT_GUARD_SIZE;
|