#include "pthread_impl.h"

int pthread_attr_getscope(const pthread_attr_t *a, int *scope)
{
	return 0;
}