Skip to content
Snippets Groups Projects
Commit 91ea0b21 authored by gnzlbg's avatar gnzlbg
Browse files

[breaking change] sigaction.sa_flags changed from c_ulong to c_int on 32-bit Android

parent 841b3eb0
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ s! {
pub struct sigaction {
pub sa_sigaction: ::sighandler_t,
pub sa_mask: ::sigset_t,
pub sa_flags: ::c_ulong,
pub sa_flags: ::c_int,
pub sa_restorer: ::Option<extern fn()>,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment