We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bf6af commit 841ee23Copy full SHA for 841ee23
arch/arm/include/uapi/asm/unistd.h
@@ -413,6 +413,7 @@
413
#define __NR_getrandom (__NR_SYSCALL_BASE+384)
414
#define __NR_memfd_create (__NR_SYSCALL_BASE+385)
415
#define __NR_bpf (__NR_SYSCALL_BASE+386)
416
+#define __NR_execveat (__NR_SYSCALL_BASE+387)
417
418
/*
419
* The following SWIs are ARM private.
arch/arm/kernel/calls.S
@@ -396,6 +396,7 @@
396
CALL(sys_getrandom)
397
/* 385 */ CALL(sys_memfd_create)
398
CALL(sys_bpf)
399
+ CALL(sys_execveat)
400
#ifndef syscalls_counted
401
.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
402
#define syscalls_counted
0 commit comments