aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-09-27 12:59:10 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-09-27 13:35:42 +0200
commitd8074e0bb985b9be6611e16b45b8657f20157a4b (patch)
treed6265734abbf5d7cb594bd47e6cf72584eda0f0c /executor/syscalls.h
parent2f1548bc77986e756b536eaa15726b483a0b1858 (diff)
sys/linux: add new pidfd syscalls
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index c3f1e0ac1..f250930cb 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -4914,6 +4914,7 @@ const call_t syscalls[] = {
{"clock_nanosleep", 230},
{"clock_settime", 227},
{"clone", 56},
+ {"clone3", 435},
{"close", 3},
{"close$ibv_device", 3},
{"connect", 42},
@@ -6589,6 +6590,7 @@ const call_t syscalls[] = {
{"perf_event_open", 298},
{"perf_event_open$cgroup", 298},
{"personality", 135},
+ {"pidfd_open", 434},
{"pidfd_send_signal", 424},
{"pipe", 22},
{"pipe2", 293},
@@ -7393,6 +7395,7 @@ const call_t syscalls[] = {
{"vmsplice", 278},
{"wait4", 61},
{"waitid", 247},
+ {"waitid$P_PIDFD", 247},
{"write", 1},
{"write$9p", 1},
{"write$ALLOC_MW", 1},
@@ -10398,6 +10401,7 @@ const call_t syscalls[] = {
{"clock_nanosleep", 115},
{"clock_settime", 112},
{"clone", 220},
+ {"clone3", 435},
{"close", 57},
{"close$ibv_device", 57},
{"connect", 203},
@@ -12025,6 +12029,7 @@ const call_t syscalls[] = {
{"perf_event_open", 241},
{"perf_event_open$cgroup", 241},
{"personality", 92},
+ {"pidfd_open", 434},
{"pidfd_send_signal", 424},
{"pipe2", 59},
{"pipe2$9p", 59},
@@ -12810,6 +12815,7 @@ const call_t syscalls[] = {
{"vmsplice", 75},
{"wait4", 260},
{"waitid", 95},
+ {"waitid$P_PIDFD", 95},
{"write", 64},
{"write$9p", 64},
{"write$ALLOC_MW", 64},
@@ -13096,6 +13102,7 @@ const call_t syscalls[] = {
{"clock_nanosleep", 248},
{"clock_settime", 245},
{"clone", 120},
+ {"clone3", 435},
{"close", 6},
{"close$ibv_device", 6},
{"connect", 328},
@@ -14732,6 +14739,7 @@ const call_t syscalls[] = {
{"perf_event_open", 319},
{"perf_event_open$cgroup", 319},
{"personality", 136},
+ {"pidfd_open", 434},
{"pidfd_send_signal", 424},
{"pipe", 42},
{"pipe2", 317},
@@ -15533,6 +15541,7 @@ const call_t syscalls[] = {
{"vmsplice", 285},
{"wait4", 114},
{"waitid", 272},
+ {"waitid$P_PIDFD", 272},
{"write", 4},
{"write$9p", 4},
{"write$ALLOC_MW", 4},