We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae975e2 commit 2cd9b40Copy full SHA for 2cd9b40
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -11,7 +11,7 @@ pub type vm_size_t = ::uintptr_t;
11
12
impl siginfo_t {
13
pub unsafe fn si_value(&self) -> ::sigval {
14
- self.timer().si_sigval
+ self.timer()._value
15
}
16
17
pub unsafe fn timer(&self) -> ::_timer {
src/unix/bsd/netbsdlike/openbsd/mod.rs
@@ -310,7 +310,7 @@ s! {
310
311
312
313
314
315
316
0 commit comments