summaryrefslogblamecommitdiff
path: root/src/thread/pthread_attr_setscope.c
blob: a970a819b52d38472ae3e13b60a46a6d1251b761 (plain) (tree)
1
2
3
4
5
6





                                                       
#include "pthread_impl.h"

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