We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea063e commit e70ca23Copy full SHA for e70ca23
src/libnative/io/mod.rs
@@ -48,11 +48,11 @@ pub mod net;
48
49
#[cfg(target_os = "macos")]
50
#[cfg(target_os = "freebsd")]
51
+#[cfg(target_os = "android")]
52
#[path = "timer_other.rs"]
53
pub mod timer;
54
55
#[cfg(target_os = "linux")]
-#[cfg(target_os = "android")]
56
#[path = "timer_timerfd.rs"]
57
58
src/libnative/io/timer_other.rs
@@ -301,6 +301,7 @@ mod imp {
301
}
302
303
304
305
306
mod imp {
307
use std::libc;
0 commit comments