From fa765ca54f1b5417df2ef54039ad580938a6c549 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 3 Nov 2019 23:27:31 +0000 Subject: add clone3 syscall number from linux v5.3 the syscall number is reserved on all targets, but it is not wired up on all targets, see linux commit 8f6ccf6159aed1f04c6d179f61f6fb2691261e84 Merge tag 'clone3-v5.3' of ... brauner/linux linux commit 8f3220a806545442f6f26195bc491520f5276e7c arch: wire-up clone3() syscall linux commit 7f192e3cd316ba58c88dfa26796cf77789dd9872 fork: add clone3 --- arch/x32/bits/syscall.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x32/bits/syscall.h.in') diff --git a/arch/x32/bits/syscall.h.in b/arch/x32/bits/syscall.h.in index 9430d760..f47bdee5 100644 --- a/arch/x32/bits/syscall.h.in +++ b/arch/x32/bits/syscall.h.in @@ -297,6 +297,8 @@ #define __NR_fsmount (0x40000000 + 432) #define __NR_fspick (0x40000000 + 433) #define __NR_pidfd_open (0x40000000 + 434) +#define __NR_clone3 (0x40000000 + 435) + #define __NR_rt_sigaction (0x40000000 + 512) #define __NR_rt_sigreturn (0x40000000 + 513) -- cgit v1.2.1