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

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