diff options
Diffstat (limited to 'arch/i386/bits/syscall.h')
-rw-r--r-- | arch/i386/bits/syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/bits/syscall.h b/arch/i386/bits/syscall.h index 2378053b..2902f808 100644 --- a/arch/i386/bits/syscall.h +++ b/arch/i386/bits/syscall.h @@ -356,6 +356,7 @@ #define __NR_getrandom 355 #define __NR_memfd_create 356 #define __NR_bpf 357 +#define __NR_execveat 358 /* Repeated with SYS_ prefix */ @@ -718,3 +719,4 @@ #define SYS_getrandom 355 #define SYS_memfd_create 356 #define SYS_bpf 357 +#define SYS_execveat 358 |