File tree 2 files changed +4
-0
lines changed
src/unix/linux_like/android/b64/aarch64
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ HWCAP2_SVESM4
10
10
PROT_BTI
11
11
PROT_MTE
12
12
SYS_arch_specific_syscall
13
+ SYS_lseek
14
+ SYS_mmap
13
15
SYS_syscalls
14
16
SYS_fcntl
15
17
__system_property_wait
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ pub const SYS_vhangup: ::c_long = 58;
191
191
pub const SYS_pipe2 : :: c_long = 59 ;
192
192
pub const SYS_quotactl : :: c_long = 60 ;
193
193
pub const SYS_getdents64 : :: c_long = 61 ;
194
+ pub const SYS_lseek : :: c_long = 62 ;
194
195
pub const SYS_read : :: c_long = 63 ;
195
196
pub const SYS_write : :: c_long = 64 ;
196
197
pub const SYS_readv : :: c_long = 65 ;
@@ -347,6 +348,7 @@ pub const SYS_request_key: ::c_long = 218;
347
348
pub const SYS_keyctl : :: c_long = 219 ;
348
349
pub const SYS_clone : :: c_long = 220 ;
349
350
pub const SYS_execve : :: c_long = 221 ;
351
+ pub const SYS_mmap : :: c_long = 222 ;
350
352
pub const SYS_swapon : :: c_long = 224 ;
351
353
pub const SYS_swapoff : :: c_long = 225 ;
352
354
pub const SYS_mprotect : :: c_long = 226 ;
You can’t perform that action at this time.
0 commit comments