We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce33a1f commit ae975e2Copy full SHA for ae975e2
src/unix/linux_like/linux/musl/mod.rs
@@ -32,6 +32,8 @@ impl siginfo_t {
32
_si_signo: ::c_int,
33
_si_errno: ::c_int,
34
_si_code: ::c_int,
35
+ _si_timerid: ::c_int,
36
+ _si_overrun: ::c_int,
37
si_value: ::sigval,
38
}
39
0 commit comments