summaryrefslogtreecommitdiff
path: root/linux/powerpc
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2018-06-13 23:51:31 +0000
committerDmitry V. Levin <ldv@altlinux.org>2018-06-13 23:51:31 +0000
commitdea01d8d83dde72467a880bb0850151e401a2b97 (patch)
treef34c8a8855060c1e1031800a3d75fc4071efa8d8 /linux/powerpc
parent2cc81216cb462f1c39ac13b1510088177fa1352c (diff)
downloadstrace-dea01d8d83dde72467a880bb0850151e401a2b97.tar.gz
Wire up rseq syscall
This new syscall was introduced by Linux commit v4.17-1308-gd7822b1. * linux/dummy.h (sys_rseq): New macro. * linux/arm/syscallent.h (398): Add rseq entry. * linux/i386/syscallent.h (386): Likewise. * linux/powerpc/syscallent.h (387): Likewise. * linux/powerpc64/syscallent.h (387): Likewise. * linux/x32/syscallent.h (334): Likewise. * linux/x86_64/syscallent.h (334): Likewise.
Diffstat (limited to 'linux/powerpc')
-rw-r--r--linux/powerpc/syscallent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h
index d0bcbba7b..3333794d6 100644
--- a/linux/powerpc/syscallent.h
+++ b/linux/powerpc/syscallent.h
@@ -414,6 +414,7 @@
[384] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" },
[385] = { 1, 0, SEN(pkey_free), "pkey_free" },
[386] = { 4, TM|SI, SEN(pkey_mprotect), "pkey_mprotect" },
+[387] = { 4, 0, SEN(rseq), "rseq" },
#define SYS_socket_subcall 400
#include "subcall.h"