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:
2ca55a9
)
add execveat syscall number to microblaze
author
Szabolcs Nagy
<nsz@port70.net>
Tue, 14 Apr 2015 21:43:58 +0000
(21:43 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 18 Apr 2015 02:31:20 +0000
(22:31 -0400)
syscall number was reserved in linux v4.0, kernel commit
add4b1b02da7e7ec35c34dd04d351ac53f3f0dd8
arch/microblaze/bits/syscall.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/bits/syscall.h
b/arch/microblaze/bits/syscall.h
index ea8e864fcca005bcedb3a3f8fb9fcfc2862464a2..e386d73caf3d5c25df2c5894f929753cdd06e2c7 100644
(file)
--- 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