Skip to content

Commit

Permalink
auto merge of #11748 : brson/rust/timerfdandroid, r=alexcrichton
Browse files Browse the repository at this point in the history
It doesn't seem to exist.
  • Loading branch information
bors committed Jan 25, 2014
2 parents 8de3fab + e70ca23 commit dc48adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/libnative/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ pub mod process;

#[cfg(target_os = "macos")]
#[cfg(target_os = "freebsd")]
#[cfg(target_os = "android")]
#[path = "timer_other.rs"]
pub mod timer;

#[cfg(target_os = "linux")]
#[cfg(target_os = "android")]
#[path = "timer_timerfd.rs"]
pub mod timer;

Expand Down
1 change: 1 addition & 0 deletions src/libnative/io/timer_other.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ mod imp {
}
}

#[cfg(target_os = "android")]
#[cfg(target_os = "freebsd")]
mod imp {
use std::libc;
Expand Down

0 comments on commit dc48adc

Please sign in to comment.