(&self)
| 317 | /// Return the raw `si_code` value returned from `waitid`. |
| 318 | #[cfg(linux_raw)] |
| 319 | pub fn raw_code(&self) -> crate::ffi::c_int { |
| 320 | self.0.si_code() |
| 321 | } |
| 322 | |
| 323 | /// Return the raw `si_code` value returned from `waitid`. |
| 324 | #[cfg(not(linux_raw))] |