summaryrefslogtreecommitdiff
path: root/src/arch-s390x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-s390x.c')
-rw-r--r--src/arch-s390x.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch-s390x.c b/src/arch-s390x.c
index 23c711c..0a1fdc8 100644
--- a/src/arch-s390x.c
+++ b/src/arch-s390x.c
@@ -15,4 +15,8 @@ const struct arch_def arch_def_s390x = {
.token_bpf = AUDIT_ARCH_S390X,
.size = ARCH_SIZE_64,
.endian = ARCH_ENDIAN_BIG,
+ .syscall_resolve_name = s390x_syscall_resolve_name,
+ .syscall_resolve_num = s390x_syscall_resolve_num,
+ .syscall_rewrite = NULL,
+ .filter_rewrite = NULL,
};