aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build/feature/test-setns.c
blob: 4a1581ae7a5585c4bb4924802cc2c33956cec7fe (plain) (blame)
1
2
3
4
5
6
7
8
#define _GNU_SOURCE
#include <sched.h>

int main(void)
{
	return setns(0, 0);
}
#undef _GNU_SOURCE