提交 fb96a796 编写于 作者: H Helge Deller

parisc: Wire up execveat syscall

Signed-off-by: NHelge Deller <deller@gmx.de>
上级 1fa185eb
......@@ -834,8 +834,9 @@
#define __NR_getrandom (__NR_Linux + 339)
#define __NR_memfd_create (__NR_Linux + 340)
#define __NR_bpf (__NR_Linux + 341)
#define __NR_execveat (__NR_Linux + 342)
#define __NR_Linux_syscalls (__NR_bpf + 1)
#define __NR_Linux_syscalls (__NR_execveat + 1)
#define __IGNORE_select /* newselect */
......
......@@ -437,6 +437,7 @@
ENTRY_SAME(getrandom)
ENTRY_SAME(memfd_create) /* 340 */
ENTRY_SAME(bpf)
ENTRY_COMP(execveat)
/* Nothing yet */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册