diff --git a/test/zdtm/lib/test_init.c b/test/zdtm/lib/test_init.c index a75c3354a..5d9422aaf 100644 --- a/test/zdtm/lib/test_init.c +++ b/test/zdtm/lib/test_init.c @@ -11,6 +11,10 @@ #include #define STACK_SIZE (8 * 4096) +#ifndef CLONE_NEWPID +/* CLONE_NEWPID since Linux 2.6.24 */ +#define CLONE_NEWPID 0x20000000 +#endif static int sig_received; static char dir[PATH_MAX];