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 /sys/linux/sys_arm.const | |
| parent | 662cf49ae315772e243d80a1c87dcdee1a304196 (diff) | |
sys/linux: add new pidfd_getfd syscall
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Diffstat (limited to 'sys/linux/sys_arm.const')
| -rw-r--r-- | sys/linux/sys_arm.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const index 1a8f641c4..5f4ddac83 100644 --- a/sys/linux/sys_arm.const +++ b/sys/linux/sys_arm.const @@ -675,6 +675,7 @@ __NR_open_by_handle_at = 371 __NR_openat = 322 __NR_pause = 29 __NR_personality = 136 +__NR_pidfd_getfd = 438 __NR_pidfd_open = 434 __NR_pidfd_send_signal = 424 __NR_pipe = 42 |
