summaryrefslogtreecommitdiff
path: root/tests/56-basic-iterate_syscalls.c
diff options
context:
space:
mode:
authorXiaotian Wu <wuxiaotian@loongson.cn>2021-02-09 15:52:18 +0800
committerPaul Moore <paul@paul-moore.com>2023-02-18 22:07:36 -0500
commit80c2c9fe4eac515b31292c522b51657800028018 (patch)
treee88bdc9fe06b56cfe0ab5a2fad4702c6b59d2525 /tests/56-basic-iterate_syscalls.c
parent6966ec77b195ac289ae168c7c5646d59a307f33f (diff)
downloadlibseccomp-80c2c9fe4eac515b31292c522b51657800028018.tar.gz
tests: Add 64-bit LoongArch support
[xen0n: LoongArch (and a few upcoming architectures / ABIs) does not have fstat, so the fstat in 06-sim-actions is also being changed to fstatfs for uniformity across the board.] Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn> Signed-off-by: WANG Xuerui <git@xen0n.name> Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tests/56-basic-iterate_syscalls.c')
-rw-r--r--tests/56-basic-iterate_syscalls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/56-basic-iterate_syscalls.c b/tests/56-basic-iterate_syscalls.c
index 5e7ab67..b514afa 100644
--- a/tests/56-basic-iterate_syscalls.c
+++ b/tests/56-basic-iterate_syscalls.c
@@ -33,6 +33,7 @@ unsigned int arch_list[] = {
SCMP_ARCH_X32,
SCMP_ARCH_ARM,
SCMP_ARCH_AARCH64,
+ SCMP_ARCH_LOONGARCH64,
SCMP_ARCH_MIPS,
SCMP_ARCH_MIPS64,
SCMP_ARCH_MIPS64N32,