Skip to content

Commit 6a598d8

Browse files
committed
[breaking change] sigaction.sa_flags changed from c_ulong to c_int
1 parent 124ad41 commit 6a598d8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ s! {
1313
pub struct sigaction {
1414
pub sa_sigaction: ::sighandler_t,
1515
pub sa_mask: ::sigset_t,
16-
pub sa_flags: ::c_ulong,
16+
pub sa_flags: ::c_int,
1717
pub sa_restorer: ::Option<extern fn()>,
1818
}
1919

0 commit comments

Comments
 (0)