summaryrefslogtreecommitdiff
path: root/src/arch-s390x.h
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-01-25 10:29:22 -0500
committerPaul Moore <paul@paul-moore.com>2017-01-25 10:29:22 -0500
commit486c16401ea59657750987b19641d4b8fcc972e2 (patch)
tree808e7cce3d18da5ddd04eace061a6451641c410e /src/arch-s390x.h
parente58bfa9032a5e15e2081ddfdda040e7a29de58b9 (diff)
downloadlibseccomp-486c16401ea59657750987b19641d4b8fcc972e2.tar.gz
all: update the syscall validation code/scripts for January 2017
A variety of updates to reflect changes in the Linux Kernel and the library itself with the goal of making sure the syscall checking scripts continue to work. Signed-off-by: Paul Moore <paul@paul-moore.com>
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);