Skip to content

Commit

Permalink
[breaking change] sigaction.sa_flags changed signedness on x86_64-and…
Browse files Browse the repository at this point in the history
…roid
  • Loading branch information
gnzlbg committed May 23, 2019
1 parent a59ea44 commit 841b3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/notbsd/android/b64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ s! {
}

pub struct sigaction {
pub sa_flags: ::c_uint,
pub sa_flags: ::c_int,
pub sa_sigaction: ::sighandler_t,
pub sa_mask: ::sigset_t,
pub sa_restorer: ::Option<extern fn()>,
Expand Down

0 comments on commit 841b3eb

Please sign in to comment.