diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-04-12 18:26:28 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-04-12 18:26:28 +0200 |
| commit | c402d8f1aa5d2fdc219d2155fa467fb7f02321a5 (patch) | |
| tree | e1ffeeefc0c3215ff5c8c15707352c1393e53592 /sys/linux/sys_ppc64le.const | |
| parent | c41e6ff180c2531573e23b84eb90c629fe8c23c0 (diff) | |
sys/linux: add pidfd_send_signal
Diffstat (limited to 'sys/linux/sys_ppc64le.const')
| -rw-r--r-- | sys/linux/sys_ppc64le.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const index 091430bc4..d15510890 100644 --- a/sys/linux/sys_ppc64le.const +++ b/sys/linux/sys_ppc64le.const @@ -658,6 +658,7 @@ __NR_open_by_handle_at = 346 __NR_openat = 286 __NR_pause = 29 __NR_personality = 136 +# __NR_pidfd_send_signal is not set __NR_pipe = 42 __NR_pipe2 = 317 __NR_pivot_root = 203 |
