pub fn kill(pid: usize, sig: usize) -> Result<usize>
Expand description

Send a signal sig to the process identified by pid