diff options
| author | Christian Brauner <christian.brauner@ubuntu.com> | 2020-02-06 02:57:52 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2020-02-06 12:38:23 +0100 |
| commit | 5be3a391ba78f7f11b725cee6783880974b9895a (patch) | |
| tree | 36937eaafa557b14a3d07f1057a57a3b7e177974 /executor/syscalls.h | |
| parent | 662cf49ae315772e243d80a1c87dcdee1a304196 (diff) | |
sys/linux: add new pidfd_getfd syscall
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 6 |
1 files changed, 6 insertions, 0 deletions
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}, |
