|
Message-ID: <56a1acbd1ec61eca50e9c81fe7e9a3780aedc470.1458390390.git.nsz@port70.net> Date: Sat, 19 Mar 2016 13:35:08 +0100 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: [PATCH 1/6] mips64: add recent linux syscall numbers add userfaultfd, membarrier and mlock2 system call numbers. --- arch/mips64/bits/syscall.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/mips64/bits/syscall.h b/arch/mips64/bits/syscall.h index d9b4f42..8c81882 100644 --- a/arch/mips64/bits/syscall.h +++ b/arch/mips64/bits/syscall.h @@ -314,6 +314,9 @@ #define __NR_memfd_create 5314 #define __NR_bpf 5315 #define __NR_execveat 5316 +#define __NR_userfaultfd 5317 +#define __NR_membarrier 5318 +#define __NR_mlock2 5319 #define SYS_read 5000 #define SYS_write 5001 @@ -631,3 +634,6 @@ #define SYS_memfd_create 5314 #define SYS_bpf 5315 #define SYS_execveat 5316 +#define SYS_userfaultfd 5317 +#define SYS_membarrier 5318 +#define SYS_mlock2 5319 -- 2.7.2
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.