blob: 0cb224d3b69953e23cfdb48cebca4d422056f7bc [file] [log] [blame]
#include "pthread_impl.h"
int pthread_attr_getscope(pthread_attr_t *a, int *scope)
{
return 0;
}