Skip to content

Commit ae975e2

Browse files
author
Douman
committed
Correct musl si_value extractor
1 parent ce33a1f commit ae975e2

File tree

1 file changed

+2
-0
lines changed
  • src/unix/linux_like/linux/musl

1 file changed

+2
-0
lines changed

src/unix/linux_like/linux/musl/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ impl siginfo_t {
3232
_si_signo: ::c_int,
3333
_si_errno: ::c_int,
3434
_si_code: ::c_int,
35+
_si_timerid: ::c_int,
36+
_si_overrun: ::c_int,
3537
si_value: ::sigval,
3638
}
3739

0 commit comments

Comments
 (0)