summaryrefslogtreecommitdiff
path: root/arch/microblaze/bits/syscall.h.in
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2019-11-03 23:27:31 +0000
committerRich Felker <dalias@aerifal.cx>2019-12-30 18:13:56 -0500
commitfa765ca54f1b5417df2ef54039ad580938a6c549 (patch)
treec6e5cc61baf802688d1b929dcf85384f4004a0f1 /arch/microblaze/bits/syscall.h.in
parenta45289112c033fe96d1c50a8908cbe58892db5c6 (diff)
downloadmusl-fa765ca54f1b5417df2ef54039ad580938a6c549.tar.gz
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
Diffstat (limited to 'arch/microblaze/bits/syscall.h.in')
-rw-r--r--arch/microblaze/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/bits/syscall.h.in b/arch/microblaze/bits/syscall.h.in
index ec6f7666..afefb354 100644
--- a/arch/microblaze/bits/syscall.h.in
+++ b/arch/microblaze/bits/syscall.h.in
@@ -426,4 +426,5 @@
#define __NR_fsmount 432
#define __NR_fspick 433
#define __NR_pidfd_open 434
+#define __NR_clone3 435