We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8de3fab + e70ca23 commit dc48adcCopy full SHA for dc48adc
src/libnative/io/mod.rs
@@ -49,11 +49,11 @@ pub mod process;
49
50
#[cfg(target_os = "macos")]
51
#[cfg(target_os = "freebsd")]
52
+#[cfg(target_os = "android")]
53
#[path = "timer_other.rs"]
54
pub mod timer;
55
56
#[cfg(target_os = "linux")]
-#[cfg(target_os = "android")]
57
#[path = "timer_timerfd.rs"]
58
59
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