Commit 0870120c authored by Alibek Omarov's avatar Alibek Omarov
Browse files

nfqws: fix building on e2k

parent f0b0d89f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -95,6 +95,10 @@ bool dropcaps(void);

# define ARCH_NR AUDIT_ARCH_LOONGARCH64

#elif defined(__e2k__)

# define ARCH_NR	AUDIT_ARCH_E2K

#else

# error "Platform does not support seccomp filter yet"