vserver.h defines CLONE_NEW*.
[util-vserver.git] / lib_internal / sys_clone.h
index f797ac8..d44269b 100644 (file)
 #include "lib/syscall-wrap.h"
 #define __NR__sys_clone                __NR_clone
 
-#ifndef CLONE_NEWNS
-#  define CLONE_NEWNS 0x00020000
-#endif
-
 #ifndef ENSC_SYSCALL_TRADITIONAL
 #  include <errno.h>