We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8958df1 commit 0754d92Copy full SHA for 0754d92
src/unix/linux_like/linux/gnu/b32/m68k/mod.rs
@@ -5,7 +5,7 @@ s! {
5
pub struct sigaction {
6
pub sa_sigaction: ::sighandler_t,
7
pub sa_mask: ::sigset_t,
8
- pub sa_flags: ::c_ulong,
+ pub sa_flags: ::c_int,
9
pub sa_restorer: ::Option<extern fn()>,
10
}
11
0 commit comments