SCMP_ACT_KILL_PROCESS

Kill the process

version(Posix)
extern (C) nothrow @nogc
enum SCMP_ACT_KILL_PROCESS = "80000000".to!uint(16);

Meta