From a45289112c033fe96d1c50a8908cbe58892db5c6 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 3 Nov 2019 23:16:53 +0000 Subject: add pidfd_open syscall number from linux v5.3 see linux commit 7615d9e1780e26e0178c93c55b73309a5dc093d7 arch: wire-up pidfd_open() linux commit 32fcb426ec001cb6d5a4a195091a8486ea77e2df pid: add pidfd_open() --- arch/x32/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x32') diff --git a/arch/x32/bits/syscall.h.in b/arch/x32/bits/syscall.h.in index 4d72852e..9430d760 100644 --- a/arch/x32/bits/syscall.h.in +++ b/arch/x32/bits/syscall.h.in @@ -296,6 +296,7 @@ #define __NR_fsconfig (0x40000000 + 431) #define __NR_fsmount (0x40000000 + 432) #define __NR_fspick (0x40000000 + 433) +#define __NR_pidfd_open (0x40000000 + 434) #define __NR_rt_sigaction (0x40000000 + 512) #define __NR_rt_sigreturn (0x40000000 + 513) -- cgit v1.2.1