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

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