summaryrefslogtreecommitdiff
path: root/src/arch-s390x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-s390x.h')
-rw-r--r--src/arch-s390x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch-s390x.h b/src/arch-s390x.h
index 2857d7f..37bed67 100644
--- a/src/arch-s390x.h
+++ b/src/arch-s390x.h
@@ -23,7 +23,7 @@ extern const struct arch_def arch_def_s390x;
int s390x_syscall_resolve_name(const char *name);
const char *s390x_syscall_resolve_num(int num);
-const char *s390x_syscall_iterate_name(unsigned int spot);
+const struct arch_syscall_def *s390x_syscall_iterate(unsigned int spot);
int s390x_syscall_rewrite(int *syscall);