Skip to content

Commit

Permalink
Add FIXME for android SaFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Jun 28, 2017
1 parent 3513dad commit 7ac2dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sys/signal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ libc_bitflags!{
}
}

// FIXME: https://github.com/rust-lang/libc/pull/511
#[cfg(target_os = "android")]
libc_bitflags!{
pub flags SaFlags: libc::c_ulong {
Expand Down

0 comments on commit 7ac2dc7

Please sign in to comment.