File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/unix/linux_like/android/b64/aarch64 Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ HWCAP2_SVESM4
1212PROT_BTI
1313PROT_MTE
1414SYS_arch_specific_syscall
15+ SYS_lseek
1516SYS_memfd_secret
17+ SYS_mmap
1618SYS_syscalls
1719SYS_fcntl
1820__system_property_wait
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ pub const SYS_vhangup: ::c_long = 58;
192192pub const SYS_pipe2 : :: c_long = 59 ;
193193pub const SYS_quotactl : :: c_long = 60 ;
194194pub const SYS_getdents64 : :: c_long = 61 ;
195+ pub const SYS_lseek : :: c_long = 62 ;
195196pub const SYS_read : :: c_long = 63 ;
196197pub const SYS_write : :: c_long = 64 ;
197198pub const SYS_readv : :: c_long = 65 ;
@@ -348,6 +349,7 @@ pub const SYS_request_key: ::c_long = 218;
348349pub const SYS_keyctl : :: c_long = 219 ;
349350pub const SYS_clone : :: c_long = 220 ;
350351pub const SYS_execve : :: c_long = 221 ;
352+ pub const SYS_mmap : :: c_long = 222 ;
351353pub const SYS_swapon : :: c_long = 224 ;
352354pub const SYS_swapoff : :: c_long = 225 ;
353355pub const SYS_mprotect : :: c_long = 226 ;
You can’t perform that action at this time.
0 commit comments