summaryrefslogtreecommitdiff
path: root/src/thread/pthread_attr_getscope.c
blob: 0cb224d3b69953e23cfdb48cebca4d422056f7bc (plain) (blame)
1
2
3
4
5
6
#include "pthread_impl.h"

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