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:
d800403
)
add microblaze syscall numbers from linux v4.10
author
Szabolcs Nagy
<nsz@port70.net>
Mon, 6 Mar 2017 00:18:37 +0000
(
00:18
+0000)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 5 Nov 2017 23:41:00 +0000
(18:41 -0500)
missing syscalls got allocated on microblaze.
arch/microblaze/bits/syscall.h.in
patch
|
blob
|
history
diff --git
a/arch/microblaze/bits/syscall.h.in
b/arch/microblaze/bits/syscall.h.in
index e5f928e362ca261c7f8e725d372d0a8d47b4d76a..251c2f610f2cf4885873ae76583910c589e5fcdc 100644
(file)
--- a/
arch/microblaze/bits/syscall.h.in
+++ b/
arch/microblaze/bits/syscall.h.in
@@
-386,4
+386,10
@@
#define __NR_userfaultfd 389
#define __NR_membarrier 390
#define __NR_mlock2 391
+#define __NR_copy_file_range 392
+#define __NR_preadv2 393
+#define __NR_pwritev2 394
+#define __NR_pkey_mprotect 395
+#define __NR_pkey_alloc 396
+#define __NR_pkey_free 397