about summary refs log tree commit diff
path: root/arch/sh
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2016-10-09 19:00:07 +0200
committerRich Felker <dalias@aerifal.cx>2016-10-20 01:27:24 -0400
commit189acc705ef8d9a0ae06152898fbb16fd6a2491a (patch)
tree4d2f021c00d4e571cf9a705993e83fd23fc4fd93 /arch/sh
parent2ed811a38a92e3710e0eba98b85ccd880ceb703d (diff)
downloadmusl-189acc705ef8d9a0ae06152898fbb16fd6a2491a.tar.gz
musl-189acc705ef8d9a0ae06152898fbb16fd6a2491a.tar.xz
musl-189acc705ef8d9a0ae06152898fbb16fd6a2491a.zip
add sh syscall numbers from linux v4.8
sh was updated in linux commit 74bdaa611fa69368fb4032ad437af073d31116bd
to have numbers for new syscalls.
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/bits/syscall.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/sh/bits/syscall.h.in b/arch/sh/bits/syscall.h.in
index 595fc4d2..420f4a0f 100644
--- a/arch/sh/bits/syscall.h.in
+++ b/arch/sh/bits/syscall.h.in
@@ -338,4 +338,18 @@
 #define __NR_process_vm_writev      366
 #define __NR_kcmp                   367
 #define __NR_finit_module           368
+#define __NR_sched_getattr          369
+#define __NR_sched_setattr          370
+#define __NR_renameat2              371
+#define __NR_seccomp                372
+#define __NR_getrandom              373
+#define __NR_memfd_create           374
+#define __NR_bpf                    375
+#define __NR_execveat               376
+#define __NR_userfaultfd            377
+#define __NR_membarrier             378
+#define __NR_mlock2                 379
+#define __NR_copy_file_range        380
+#define __NR_preadv2                381
+#define __NR_pwritev2               382