SCMP_SYS(send),
SCMP_SYS(stat64),
#endif
#if defined(__arm__)
SCMP_SYS(statx),
#if defined(__riscv32__)
SCMP_SYS(faccessat),
#if defined(__aarch64__)
SCMP_SYS(syscall);
};
{
for (unsigned int i = 0; i < COUNTOF(scmp_sc); i++) {