We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80e4a26 + d5db1db commit a1e0f47Copy full SHA for a1e0f47
libc-test/semver/android-aarch64.txt
@@ -9,3 +9,4 @@ HWCAP2_SVESHA3
9
HWCAP2_SVESM4
10
SYS_arch_specific_syscall
11
SYS_syscalls
12
+SYS_fcntl
src/unix/linux_like/android/b64/aarch64/mod.rs
@@ -126,6 +126,7 @@ pub const SYS_epoll_ctl: ::c_long = 21;
126
pub const SYS_epoll_pwait: ::c_long = 22;
127
pub const SYS_dup: ::c_long = 23;
128
pub const SYS_dup3: ::c_long = 24;
129
+pub const SYS_fcntl: ::c_long = 25;
130
pub const SYS_inotify_init1: ::c_long = 26;
131
pub const SYS_inotify_add_watch: ::c_long = 27;
132
pub const SYS_inotify_rm_watch: ::c_long = 28;
0 commit comments