seccomp_arch_resolve_name

Resolve the architecture name to a architecture token @param arch_name the architecture name

This function resolves the given architecture name to a token suitable for use with libseccomp, returns zero on failure.

version(Posix)
extern (C) nothrow @nogc
uint
seccomp_arch_resolve_name
(
const(char)* arch_name
)

Meta