summaryrefslogtreecommitdiff
path: root/src/arch-aarch64.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-aarch64.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-aarch64.h')
-rw-r--r--src/arch-aarch64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch-aarch64.h b/src/arch-aarch64.h
index ddfb111..cde11cf 100644
--- a/src/arch-aarch64.h
+++ b/src/arch-aarch64.h
@@ -32,5 +32,6 @@ extern const struct arch_def arch_def_aarch64;
int aarch64_syscall_resolve_name(const char *name);
const char *aarch64_syscall_resolve_num(int num);
-const char *aarch64_syscall_iterate_name(unsigned int spot);
+const struct arch_syscall_def *aarch64_syscall_iterate(unsigned int spot);
+
#endif