SCMP_ACT_KILL

Kill the thread, defined for backward compatibility

version(Posix)
extern (C) nothrow @nogc
enum SCMP_ACT_KILL = SCMP_ACT_KILL_THREAD;

Meta