diff options
author | Szabolcs Nagy <nsz@port70.net> | 2016-08-20 17:05:06 +0200 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-08-30 15:58:28 -0400 |
commit | 2b41959b59e3dfd70cb4b592ffb2d97b47584aaa (patch) | |
tree | 026c776effccbf0b80297fc2d1dd6b399647d44d | |
parent | 9680e1d03a794b0e0d5815c749478228ed40a36d (diff) | |
download | musl-2b41959b59e3dfd70cb4b592ffb2d97b47584aaa.tar.gz musl-2b41959b59e3dfd70cb4b592ffb2d97b47584aaa.tar.bz2 musl-2b41959b59e3dfd70cb4b592ffb2d97b47584aaa.tar.xz musl-2b41959b59e3dfd70cb4b592ffb2d97b47584aaa.zip |
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.in | 3 |
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 |