Skip to content

Commit 301058d

Browse files
committed
[breaking change] sigaction.sa_flags changed signedness on x86_64-android
1 parent ff0b2e9 commit 301058d

File tree

1 file changed

+1
-1
lines changed
  • src/unix/notbsd/android/b64

1 file changed

+1
-1
lines changed

src/unix/notbsd/android/b64/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ s! {
1313
}
1414

1515
pub struct sigaction {
16-
pub sa_flags: ::c_uint,
16+
pub sa_flags: ::c_int,
1717
pub sa_sigaction: ::sighandler_t,
1818
pub sa_mask: ::sigset_t,
1919
pub sa_restorer: ::Option<extern fn()>,

0 commit comments

Comments
 (0)