summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2017-03-06 00:18:37 +0000
committerRich Felker <dalias@aerifal.cx>2017-11-05 18:41:00 -0500
commit8f5695571322868d89620fca0dc05ffc37bbc040 (patch)
treefafe46341057ca5978e0beaad4252b69f395004d /arch
parentd800403032b17b266430f0679c71f032de430197 (diff)
downloadmusl-8f5695571322868d89620fca0dc05ffc37bbc040.tar.gz
add microblaze syscall numbers from linux v4.10
missing syscalls got allocated on microblaze.
Diffstat (limited to 'arch')
-rw-r--r--arch/microblaze/bits/syscall.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/microblaze/bits/syscall.h.in b/arch/microblaze/bits/syscall.h.in
index e5f928e3..251c2f61 100644
--- a/arch/microblaze/bits/syscall.h.in
+++ b/arch/microblaze/bits/syscall.h.in
@@ -386,4 +386,10 @@
#define __NR_userfaultfd 389
#define __NR_membarrier 390
#define __NR_mlock2 391
+#define __NR_copy_file_range 392
+#define __NR_preadv2 393
+#define __NR_pwritev2 394
+#define __NR_pkey_mprotect 395
+#define __NR_pkey_alloc 396
+#define __NR_pkey_free 397