summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2016-08-20 17:05:06 +0200
committerRich Felker <dalias@aerifal.cx>2016-08-30 15:58:28 -0400
commit2b41959b59e3dfd70cb4b592ffb2d97b47584aaa (patch)
tree026c776effccbf0b80297fc2d1dd6b399647d44d
parent9680e1d03a794b0e0d5815c749478228ed40a36d (diff)
downloadmusl-2b41959b59e3dfd70cb4b592ffb2d97b47584aaa.tar.gz
microblaze: add syscall numbers from linux v4.7
userfaultfd, membarrier and mlock2 syscalls got wired up in linux commit fbce3befd60d40639bf3c6b60f7477b2f988f92d
-rw-r--r--arch/microblaze/bits/syscall.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/bits/syscall.h.in b/arch/microblaze/bits/syscall.h.in
index 0f67f1d9..109fcdeb 100644
--- a/arch/microblaze/bits/syscall.h.in
+++ b/arch/microblaze/bits/syscall.h.in
@@ -383,4 +383,7 @@
#define __NR_memfd_create 386
#define __NR_bpf 387
#define __NR_execveat 388
+#define __NR_userfaultfd 389
+#define __NR_membarrier 390
+#define __NR_mlock2 391