0b44a031
400c5e5c ^
1e21e78b ^
1 2
3
4
5
6 7
#include "pthread_impl.h" int pthread_attr_getscope(const pthread_attr_t *restrict a, int *restrict scope) { *scope = PTHREAD_SCOPE_SYSTEM; return 0; }