nfqws: fix building on e2k

This commit is contained in:
Alibek Omarov
2026-02-26 13:33:08 +00:00
parent f0b0d89f02
commit 0870120cce

View File

@@ -95,6 +95,10 @@ bool dropcaps(void);
# define ARCH_NR AUDIT_ARCH_LOONGARCH64 # define ARCH_NR AUDIT_ARCH_LOONGARCH64
#elif defined(__e2k__)
# define ARCH_NR AUDIT_ARCH_E2K
#else #else
# error "Platform does not support seccomp filter yet" # error "Platform does not support seccomp filter yet"