SCMP_ACT_TRAP

Throw a SIGSYS signal

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

Meta