We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6001c commit 5f04665Copy full SHA for 5f04665
ci/android-install-ndk.sh
@@ -2,7 +2,7 @@
2
3
set -ex
4
5
-NDK=android-ndk-r19c
+NDK=android-ndk-r21d
6
curl --retry 20 -O https://dl.google.com/android/repository/${NDK}-linux-x86_64.zip
7
unzip -q ${NDK}-linux-x86_64.zip
8
src/unix/linux_like/android/b64/aarch64/mod.rs
@@ -322,7 +322,7 @@ pub const SYS_pwritev2: ::c_long = 287;
322
pub const SYS_pkey_mprotect: ::c_long = 288;
323
pub const SYS_pkey_alloc: ::c_long = 289;
324
pub const SYS_pkey_free: ::c_long = 290;
325
-pub const SYS_syscalls: ::c_long = 292;
+pub const SYS_syscalls: ::c_long = 436;
326
327
cfg_if! {
328
if #[cfg(libc_align)] {
0 commit comments