From 5be3a391ba78f7f11b725cee6783880974b9895a Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 6 Feb 2020 02:57:52 +0100 Subject: sys/linux: add new pidfd_getfd syscall Signed-off-by: Christian Brauner --- executor/syscalls.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index e4d2247a3..a6ba36b16 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -4098,6 +4098,7 @@ const call_t syscalls[] = { {"perf_event_open", 336}, {"perf_event_open$cgroup", 336}, {"personality", 136}, + {"pidfd_getfd", 438}, {"pidfd_open", 434}, {"pidfd_send_signal", 424}, {"pipe", 42}, @@ -7397,6 +7398,7 @@ const call_t syscalls[] = { {"perf_event_open", 298}, {"perf_event_open$cgroup", 298}, {"personality", 135}, + {"pidfd_getfd", 438}, {"pidfd_open", 434}, {"pidfd_send_signal", 424}, {"pipe", 22}, @@ -10649,6 +10651,7 @@ const call_t syscalls[] = { {"perf_event_open", 364}, {"perf_event_open$cgroup", 364}, {"personality", 136}, + {"pidfd_getfd", 438}, {"pidfd_open", 434}, {"pidfd_send_signal", 424}, {"pipe", 42}, @@ -13886,6 +13889,7 @@ const call_t syscalls[] = { {"perf_event_open", 241}, {"perf_event_open$cgroup", 241}, {"personality", 92}, + {"pidfd_getfd", 438}, {"pidfd_open", 434}, {"pidfd_send_signal", 424}, {"pipe2", 59}, @@ -17019,6 +17023,7 @@ const call_t syscalls[] = { {"perf_event_open", 5292}, {"perf_event_open$cgroup", 5292}, {"personality", 5132}, + {"pidfd_getfd", 5438}, {"pidfd_open", 5434}, {"pidfd_send_signal", 5424}, {"pipe", 5021}, @@ -20272,6 +20277,7 @@ const call_t syscalls[] = { {"perf_event_open", 319}, {"perf_event_open$cgroup", 319}, {"personality", 136}, + {"pidfd_getfd", 438}, {"pidfd_open", 434}, {"pidfd_send_signal", 424}, {"pipe", 42}, -- cgit mrf-deployment