diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/bits/syscall.h.in | 1 | ||||
-rw-r--r-- | arch/mips64/bits/syscall.h.in | 1 | ||||
-rw-r--r-- | arch/mipsn32/bits/syscall.h.in | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/bits/syscall.h.in b/arch/mips/bits/syscall.h.in index 7f6f5a4d..7f9afaab 100644 --- a/arch/mips/bits/syscall.h.in +++ b/arch/mips/bits/syscall.h.in @@ -407,4 +407,5 @@ #define __NR_fsmount 4432 #define __NR_fspick 4433 #define __NR_pidfd_open 4434 +#define __NR_clone3 4435 diff --git a/arch/mips64/bits/syscall.h.in b/arch/mips64/bits/syscall.h.in index 1a1ba7c8..9b406e9a 100644 --- a/arch/mips64/bits/syscall.h.in +++ b/arch/mips64/bits/syscall.h.in @@ -337,4 +337,5 @@ #define __NR_fsmount 5432 #define __NR_fspick 5433 #define __NR_pidfd_open 5434 +#define __NR_clone3 5435 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 |