File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 19
19
* This may need to be greater than __NR_last_syscall+1 in order to
20
20
* account for the padding in the syscall table
21
21
*/
22
- #define __NR_syscalls (392 )
22
+ #define __NR_syscalls (396 )
23
23
24
24
#define __ARCH_WANT_STAT64
25
25
#define __ARCH_WANT_SYS_GETHOSTNAME
Original file line number Diff line number Diff line change 418
418
#define __NR_membarrier (__NR_SYSCALL_BASE+389)
419
419
#define __NR_mlock2 (__NR_SYSCALL_BASE+390)
420
420
#define __NR_copy_file_range (__NR_SYSCALL_BASE+391)
421
+ #define __NR_preadv2 (__NR_SYSCALL_BASE+392)
422
+ #define __NR_pwritev2 (__NR_SYSCALL_BASE+393)
421
423
422
424
/*
423
425
* The following SWIs are ARM private.
Original file line number Diff line number Diff line change 399
399
CALL (sys_execveat)
400
400
CALL (sys_userfaultfd)
401
401
CALL (sys_membarrier)
402
- CALL (sys_mlock2)
402
+ /* 390 */ CALL (sys_mlock2)
403
403
CALL (sys_copy_file_range)
404
+ CALL (sys_preadv2)
405
+ CALL (sys_pwritev2)
404
406
#ifndef syscalls_counted
405
407
.equ syscalls_padding, ((NR_syscalls + 3 ) & ~3 ) - NR_syscalls
406
408
#define syscalls_counted
You can’t perform that action at this time.
0 commit comments