[][src]Function capctl::prctl::get_pdeathsig

pub fn get_pdeathsig() -> Result<Option<c_int>>

Get the parent-death signal of the current process.

This returns Ok(None) if the process's parent-death signal is cleared, and Ok(Some(sig)) otherwise.