File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
13
13
14
- #define NR_syscalls 318 /* length of syscall table */
14
+ #define NR_syscalls 319 /* length of syscall table */
15
15
16
16
/*
17
17
* The following defines stop scripts/checksyscalls.sh from complaining about
Original file line number Diff line number Diff line change 331
331
#define __NR_getrandom 1339
332
332
#define __NR_memfd_create 1340
333
333
#define __NR_bpf 1341
334
+ #define __NR_execveat 1342
334
335
335
336
#endif /* _UAPI_ASM_IA64_UNISTD_H */
Original file line number Diff line number Diff line change @@ -1779,6 +1779,7 @@ sys_call_table:
1779
1779
data8 sys_getrandom
1780
1780
data8 sys_memfd_create // 1340
1781
1781
data8 sys_bpf
1782
+ data8 sys_execve at
1782
1783
1783
1784
.org sys_call_table + 8 * NR_syscalls // guard against failures to increase NR_syscalls
1784
1785
#endif / * __IA64_ASM_PARAVIRTUALIZED_NATIVE * /
You can’t perform that action at this time.
0 commit comments