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 @@ -12,7 +12,9 @@ HWCAP2_SVESM4
12
12
PROT_BTI
13
13
PROT_MTE
14
14
SYS_arch_specific_syscall
15
+ SYS_lseek
15
16
SYS_memfd_secret
17
+ SYS_mmap
16
18
SYS_syscalls
17
19
SYS_fcntl
18
20
__system_property_wait
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ pub const SYS_vhangup: ::c_long = 58;
192
192
pub const SYS_pipe2 : :: c_long = 59 ;
193
193
pub const SYS_quotactl : :: c_long = 60 ;
194
194
pub const SYS_getdents64 : :: c_long = 61 ;
195
+ pub const SYS_lseek : :: c_long = 62 ;
195
196
pub const SYS_read : :: c_long = 63 ;
196
197
pub const SYS_write : :: c_long = 64 ;
197
198
pub const SYS_readv : :: c_long = 65 ;
@@ -348,6 +349,7 @@ pub const SYS_request_key: ::c_long = 218;
348
349
pub const SYS_keyctl : :: c_long = 219 ;
349
350
pub const SYS_clone : :: c_long = 220 ;
350
351
pub const SYS_execve : :: c_long = 221 ;
352
+ pub const SYS_mmap : :: c_long = 222 ;
351
353
pub const SYS_swapon : :: c_long = 224 ;
352
354
pub const SYS_swapoff : :: c_long = 225 ;
353
355
pub const SYS_mprotect : :: c_long = 226 ;
You can’t perform that action at this time.
0 commit comments