From 5be3a391ba78f7f11b725cee6783880974b9895a Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 6 Feb 2020 02:57:52 +0100 Subject: sys/linux: add new pidfd_getfd syscall Signed-off-by: Christian Brauner --- sys/linux/sys_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys_amd64.const') diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const index 111dc0ffe..4c09a4e0d 100644 --- a/sys/linux/sys_amd64.const +++ b/sys/linux/sys_amd64.const @@ -675,6 +675,7 @@ __NR_open_by_handle_at = 304 __NR_openat = 257 __NR_pause = 34 __NR_personality = 135 +__NR_pidfd_getfd = 438 __NR_pidfd_open = 434 __NR_pidfd_send_signal = 424 __NR_pipe = 22 -- cgit mrf-deployment