about summary refs log tree commit diff
path: root/arch/mips64
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2019-12-22 12:31:44 +0000
committerRich Felker <dalias@aerifal.cx>2019-12-30 18:14:08 -0500
commit2fc29fcfc2507f02c6449646f7f082015ef52b8d (patch)
tree9f875d2da6da22ec78f71bf8573e1a09095d8450 /arch/mips64
parenta7df9c75f771b51eacf307e0e7431ea6dafab7ab (diff)
downloadmusl-2fc29fcfc2507f02c6449646f7f082015ef52b8d.tar.gz
musl-2fc29fcfc2507f02c6449646f7f082015ef52b8d.tar.xz
musl-2fc29fcfc2507f02c6449646f7f082015ef52b8d.zip
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
Diffstat (limited to 'arch/mips64')
-rw-r--r--arch/mips64/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
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