Commit 003c540f authored by Alibek Omarov's avatar Alibek Omarov
Browse files

tpws: fix building on e2k

parent 0870120c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -97,6 +97,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"