summaryrefslogtreecommitdiff
path: root/arch/microblaze/bits
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2015-04-14 21:43:58 +0000
committerRich Felker <dalias@aerifal.cx>2015-04-17 22:31:20 -0400
commit87c62d06e4398954760a43253d374df99e5e036f (patch)
treeb2e988bc5a4b4e364612d8dd9384841a5fc55282 /arch/microblaze/bits
parent2ca55a93f2a11185d72dcb69006fd2c30b5c3144 (diff)
downloadmusl-87c62d06e4398954760a43253d374df99e5e036f.tar.gz
add execveat syscall number to microblaze
syscall number was reserved in linux v4.0, kernel commit add4b1b02da7e7ec35c34dd04d351ac53f3f0dd8
Diffstat (limited to 'arch/microblaze/bits')
-rw-r--r--arch/microblaze/bits/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/bits/syscall.h b/arch/microblaze/bits/syscall.h
index ea8e864f..e386d73c 100644
--- a/arch/microblaze/bits/syscall.h
+++ b/arch/microblaze/bits/syscall.h
@@ -382,6 +382,7 @@
#define __NR_getrandom 385
#define __NR_memfd_create 386
#define __NR_bpf 387
+#define __NR_execveat 388
/* Repeated with SYS_ prefix */
@@ -770,3 +771,4 @@
#define SYS_getrandom 385
#define SYS_memfd_create 386
#define SYS_bpf 387
+#define SYS_execveat 388