mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
8 lines
80 B
C
8 lines
80 B
C
|
|
#define _GNU_SOURCE
|
||
|
|
#include <sched.h>
|
||
|
|
|
||
|
|
int main(void)
|
||
|
|
{
|
||
|
|
return setns(0, 0);
|
||
|
|
}
|