seccomp_syscall_resolve_num_arch

Resolve a syscall number to a name @param arch_token the architecture token, e.g. SCMP_ARCH_* @param num the syscall number

Resolve the given syscall number to the syscall name for the given architecture; it is up to the caller to free the returned string. Returns the syscall name on success, NULL on failure.

version(Posix)
extern (C) nothrow @nogc
char*
seccomp_syscall_resolve_num_arch
(,
int num
)

Meta