We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf16683 + 0754d92 commit d1eb3e8Copy full SHA for d1eb3e8
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