blob: e4f052e11d4200139bb0aca6f981de9a349a0503 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "pthread_impl.h"
unsigned __default_stacksize = DEFAULT_STACK_SIZE;
unsigned __default_guardsize = DEFAULT_GUARD_SIZE;
#ifdef TEST
int
main(void) {
return 0;
}
#endif
|