add clone3 syscall number from linux v5.3
authorSzabolcs Nagy <nsz@port70.net>
Sun, 3 Nov 2019 23:27:31 +0000 (23:27 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 30 Dec 2019 23:13:56 +0000 (18:13 -0500)
commitfa765ca54f1b5417df2ef54039ad580938a6c549
treec6e5cc61baf802688d1b929dcf85384f4004a0f1
parenta45289112c033fe96d1c50a8908cbe58892db5c6
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/aarch64/bits/syscall.h.in
arch/arm/bits/syscall.h.in
arch/i386/bits/syscall.h.in
arch/microblaze/bits/syscall.h.in
arch/or1k/bits/syscall.h.in
arch/powerpc/bits/syscall.h.in
arch/powerpc64/bits/syscall.h.in
arch/riscv64/bits/syscall.h.in
arch/s390x/bits/syscall.h.in
arch/x32/bits/syscall.h.in
arch/x86_64/bits/syscall.h.in