#include #include #include #include "thread_internal.h" int pthread_attr_getscope(const pthread_attr_t*attr,int*scope) { if (0) { attr=0; } *scope=PTHREAD_SCOPE_SYSTEM; return 0; }