Skip to content

Commit

Permalink
Expose signalfd on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Susurrus committed Aug 17, 2017
1 parent 72ed47d commit de5cfea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ pub mod sendfile;

pub mod signal;

// FIXME: Add to Android once libc#671 lands in a release
#[cfg(target_os = "linux")]
#[cfg(any(target_os = "android", target_os = "linux"))]
pub mod signalfd;

pub mod socket;
Expand Down

0 comments on commit de5cfea

Please sign in to comment.