Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
thread
default_attr.c
pretty
plain
permalink
blame
history
•
4 lines
•
129 B
1
#include "pthread_impl.h"
2
3
unsigned __default_stacksize = DEFAULT_STACK_SIZE;
4
unsigned __default_guardsize = DEFAULT_GUARD_SIZE;