0b44a031
400c5e5c ^
e8827563 ^
1 2
3
4
5
6 7
#include "pthread_impl.h" int pthread_attr_getstacksize(const pthread_attr_t *restrict a, size_t *restrict size) { *size = a->_a_stacksize + DEFAULT_STACK_SIZE; return 0; }