Staging
v0.7.0
Raw File
#define _GNU_SOURCE
#include <sched.h>

int main(void)
{
	return setns(0, 0);
}
back to top