0b44a031
63b06c0e
1 2 3 4
5
6 7
#include "pthread_impl.h" int pthread_attr_setscope(pthread_attr_t *a, int scope) { if (scope > 1U) return EINVAL; return 0; }