From 2fc29fcfc2507f02c6449646f7f082015ef52b8d Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 22 Dec 2019 12:31:44 +0000 Subject: mips: add clone3 syscall numbers from linux v5.4 the syscall numbers were reserved in v5.3 but not wired up on mips, see linux commit 0671c5b84e9e0a6d42d22da9b5d093787ac1c5f3 MIPS: Wire up clone3 syscall --- arch/mipsn32/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mipsn32/bits') diff --git a/arch/mipsn32/bits/syscall.h.in b/arch/mipsn32/bits/syscall.h.in index fcd5cbf7..134a4f81 100644 --- a/arch/mipsn32/bits/syscall.h.in +++ b/arch/mipsn32/bits/syscall.h.in @@ -361,4 +361,5 @@ #define __NR_fsmount 6432 #define __NR_fspick 6433 #define __NR_pidfd_open 6434 +#define __NR_clone3 6435 -- cgit v1.2.1