tpws: fix building on e2k

This commit is contained in:
Alibek Omarov
2026-02-26 13:33:30 +00:00
parent 0870120cce
commit 003c540f24

View File

@@ -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"