aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_amd64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-04-12 18:26:28 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-04-12 18:26:28 +0200
commitc402d8f1aa5d2fdc219d2155fa467fb7f02321a5 (patch)
treee1ffeeefc0c3215ff5c8c15707352c1393e53592 /sys/linux/sys_amd64.const
parentc41e6ff180c2531573e23b84eb90c629fe8c23c0 (diff)
sys/linux: add pidfd_send_signal
Diffstat (limited to 'sys/linux/sys_amd64.const')
-rw-r--r--sys/linux/sys_amd64.const1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const
index ecb9def09..e060ff6c9 100644
--- a/sys/linux/sys_amd64.const
+++ b/sys/linux/sys_amd64.const
@@ -658,6 +658,7 @@ __NR_open_by_handle_at = 304
__NR_openat = 257
__NR_pause = 34
__NR_personality = 135
+__NR_pidfd_send_signal = 424
__NR_pipe = 22
__NR_pipe2 = 293
__NR_pivot_root = 155