about summary refs log tree commit diff
path: root/arch/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/bits/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/bits/syscall.h b/arch/x86_64/bits/syscall.h
index 4fab41a7..96ec51fa 100644
--- a/arch/x86_64/bits/syscall.h
+++ b/arch/x86_64/bits/syscall.h
@@ -320,6 +320,7 @@
 #define __NR_memfd_create			319
 #define __NR_kexec_file_load			320
 #define __NR_bpf				321
+#define __NR_execveat				322
 
 
 
@@ -647,3 +648,4 @@
 #define SYS_memfd_create			319
 #define SYS_kexec_file_load			320
 #define SYS_bpf					321
+#define SYS_execveat				322