()
| 129 | // reference) |
| 130 | #[trusted] |
| 131 | pub fn fresh_stat() -> libc::stat { |
| 132 | unsafe { std::mem::zeroed() } |
| 133 | } |
| 134 | |
| 135 | // Unsafe necessary as libc::rusage is opaque. It is safe but we can replace it by implementing |
| 136 | // pub fn bitwise_or_u32(bv1: u32, bv2: u32) -> u32 { |
no outgoing calls
no test coverage detected