blob: 4a1581ae7a5585c4bb4924802cc2c33956cec7fe [file] [log] [blame]
#define _GNU_SOURCE
#include <sched.h>
int main(void)
{
return setns(0, 0);
}
#undef _GNU_SOURCE