Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: loongarch64 compile fix

This commit is contained in:
bol-van
2026-02-16 11:51:43 +03:00
parent 7c60ad3a7a
commit e4535d2646

View File

@@ -80,6 +80,10 @@ bool dropcaps(void);
# define ARCH_NR AUDIT_ARCH_RISCV64
#elif defined(__loongarch__) && __loongarch_grlen == 64
# define ARCH_NR AUDIT_ARCH_LOONGARCH64
#else
# error "Platform does not support seccomp filter yet"