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/mips64/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips64') diff --git a/arch/mips64/bits/syscall.h.in b/arch/mips64/bits/syscall.h.in index 34b9752e..1a1ba7c8 100644 --- a/arch/mips64/bits/syscall.h.in +++ b/arch/mips64/bits/syscall.h.in @@ -336,4 +336,5 @@ #define __NR_fsconfig 5431 #define __NR_fsmount 5432 #define __NR_fspick 5433 +#define __NR_pidfd_open 5434 -- cgit 1.4.1