File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/unix/linux_like/android/b32/x86 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -281,11 +281,11 @@ pub const SYS_personality: c_long = 136;
281281pub const SYS_afs_syscall : c_long = 137 ;
282282pub const SYS_setfsuid : c_long = 138 ;
283283pub const SYS_setfsgid : c_long = 139 ;
284- // FIXME(linux ): SYS__llseek is in the NDK sources but for some reason is
284+ // FIXME(android ): SYS__llseek is in the NDK sources but for some reason is
285285// not available in the tests
286286// pub const SYS__llseek: c_long = 140;
287287pub const SYS_getdents : c_long = 141 ;
288- // FIXME(linux ): SYS__newselect is in the NDK sources but for some reason is
288+ // FIXME(android ): SYS__newselect is in the NDK sources but for some reason is
289289// not available in the tests
290290// pub const SYS__newselect: c_long = 142;
291291pub const SYS_flock : c_long = 143 ;
@@ -294,7 +294,7 @@ pub const SYS_readv: c_long = 145;
294294pub const SYS_writev : c_long = 146 ;
295295pub const SYS_getsid : c_long = 147 ;
296296pub const SYS_fdatasync : c_long = 148 ;
297- // FIXME(linux ): SYS__llseek is in the NDK sources but for some reason is
297+ // FIXME(android ): SYS__llseek is in the NDK sources but for some reason is
298298// not available in the tests
299299// pub const SYS__sysctl: c_long = 149;
300300pub const SYS_mlock : c_long = 150 ;
You can’t perform that action at this time.
0 commit comments