From: Szabolcs Nagy Date: Sat, 20 Aug 2016 15:05:06 +0000 (+0200) Subject: microblaze: add syscall numbers from linux v4.7 X-Git-Tag: v1.1.16~78 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b41959b59e3dfd70cb4b592ffb2d97b47584aaa;p=oweals%2Fmusl.git microblaze: add syscall numbers from linux v4.7 userfaultfd, membarrier and mlock2 syscalls got wired up in linux commit fbce3befd60d40639bf3c6b60f7477b2f988f92d --- 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