diff --git a/src/unix/notbsd/android/b32/x86.rs b/src/unix/notbsd/android/b32/x86.rs
index 9b5668110ffc12e0b1fe1f56a3cc46937079abf8..a56fa004542ccbfb8426dbdd0e19f771ae44e2f0 100644
--- a/src/unix/notbsd/android/b32/x86.rs
+++ b/src/unix/notbsd/android/b32/x86.rs
@@ -149,16 +149,22 @@ pub const SYS_personality: ::c_long = 136;
 pub const SYS_afs_syscall: ::c_long = 137;
 pub const SYS_setfsuid: ::c_long = 138;
 pub const SYS_setfsgid: ::c_long = 139;
-pub const SYS__llseek: ::c_long = 140;
+// FIXME: SYS__llseek is in the NDK sources but for some reason is
+//        not available in the tests
+// pub const SYS__llseek: ::c_long = 140;
 pub const SYS_getdents: ::c_long = 141;
-pub const SYS__newselect: ::c_long = 142;
+// FIXME: SYS__newselect is in the NDK sources but for some reason is
+//        not available in the tests
+// pub const SYS__newselect: ::c_long = 142;
 pub const SYS_flock: ::c_long = 143;
 pub const SYS_msync: ::c_long = 144;
 pub const SYS_readv: ::c_long = 145;
 pub const SYS_writev: ::c_long = 146;
 pub const SYS_getsid: ::c_long = 147;
 pub const SYS_fdatasync: ::c_long = 148;
-pub const SYS__sysctl: ::c_long = 149;
+// FIXME: SYS__llseek is in the NDK sources but for some reason is
+//        not available in the tests
+// pub const SYS__sysctl: ::c_long = 149;
 pub const SYS_mlock: ::c_long = 150;
 pub const SYS_munlock: ::c_long = 151;
 pub const SYS_mlockall: ::c_long = 152;
diff --git a/src/unix/notbsd/android/b64/x86_64.rs b/src/unix/notbsd/android/b64/x86_64.rs
index a49e5c586f9c282ee7b4fdfbe52a821727fbb3a1..c813e7da32077836af5b320f10e2381ae8340ec9 100644
--- a/src/unix/notbsd/android/b64/x86_64.rs
+++ b/src/unix/notbsd/android/b64/x86_64.rs
@@ -211,7 +211,9 @@ pub const SYS_munlockall: ::c_long = 152;
 pub const SYS_vhangup: ::c_long = 153;
 pub const SYS_modify_ldt: ::c_long = 154;
 pub const SYS_pivot_root: ::c_long = 155;
-pub const SYS__sysctl: ::c_long = 156;
+// FIXME: SYS__sysctl is in the NDK sources but for some reason is
+//        not available in the tests
+// pub const SYS__sysctl: ::c_long = 156;
 pub const SYS_prctl: ::c_long = 157;
 pub const SYS_arch_prctl: ::c_long = 158;
 pub const SYS_adjtimex: ::c_long = 159;