Skip to content

Commit 24a3bff

Browse files
committed
chore: fix labels for FIXMEs
1 parent 5d33bfe commit 24a3bff

File tree

1 file changed

+3
-3
lines changed
  • src/unix/linux_like/android/b32/x86

1 file changed

+3
-3
lines changed

src/unix/linux_like/android/b32/x86/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ pub const SYS_personality: c_long = 136;
281281
pub const SYS_afs_syscall: c_long = 137;
282282
pub const SYS_setfsuid: c_long = 138;
283283
pub 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;
287287
pub 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;
291291
pub const SYS_flock: c_long = 143;
@@ -294,7 +294,7 @@ pub const SYS_readv: c_long = 145;
294294
pub const SYS_writev: c_long = 146;
295295
pub const SYS_getsid: c_long = 147;
296296
pub 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;
300300
pub const SYS_mlock: c_long = 150;

0 commit comments

Comments
 (0)