Skip to content
Snippets Groups Projects
Commit 841b3eb0 authored by gnzlbg's avatar gnzlbg
Browse files

[breaking change] sigaction.sa_flags changed signedness on x86_64-android

parent a59ea44c
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ s! { ...@@ -13,7 +13,7 @@ s! {
} }
pub struct sigaction { pub struct sigaction {
pub sa_flags: ::c_uint, pub sa_flags: ::c_int,
pub sa_sigaction: ::sighandler_t, pub sa_sigaction: ::sighandler_t,
pub sa_mask: ::sigset_t, pub sa_mask: ::sigset_t,
pub sa_restorer: ::Option<extern fn()>, 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