projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc4520d
)
mips64: add recent linux syscall numbers
author
Szabolcs Nagy
<nsz@port70.net>
Sat, 19 Mar 2016 12:35:08 +0000
(13:35 +0100)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 19 Mar 2016 15:30:22 +0000
(11:30 -0400)
add userfaultfd, membarrier and mlock2 system call numbers.
arch/mips64/bits/syscall.h
patch
|
blob
|
history
diff --git
a/arch/mips64/bits/syscall.h
b/arch/mips64/bits/syscall.h
index d9b4f42fbf7465ff8a9edd412899a142870961f2..8c8188257b3390ec5d1b37fea0ad8b6e09d49f75 100644
(file)
--- 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