MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / WEXITSTATUS

Function WEXITSTATUS

src/backend/linux_raw/process/wait.rs:40–42  ·  view source on GitHub ↗
(status: i32)

Source from the content-addressed store, hash-verified

38
39#[inline]
40pub(crate) fn WEXITSTATUS(status: i32) -> i32 {
41 (status >> 8) & 0xff
42}
43
44pub(crate) trait SiginfoExt {
45 fn si_signo(&self) -> c_int;

Callers 2

utimensatFunction · 0.85
exit_statusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected