|
Message-ID: <84f3a34c00b81d65cd8720c9898ee8f7526d550f.1471700655.git.nsz@port70.net> Date: Sat, 20 Aug 2016 17:05:06 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: [PATCH 4/4] microblaze: add syscall numbers from linux v4.7 userfaultfd, membarrier and mlock2 syscalls got wired up in linux commit fbce3befd60d40639bf3c6b60f7477b2f988f92d --- arch/microblaze/bits/syscall.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/microblaze/bits/syscall.h.in b/arch/microblaze/bits/syscall.h.in index 0f67f1d..109fcde 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 -- 2.8.1
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.