Function libc::kill
[−]
[src]
pub fn kill(pid: usize, sig: usize) -> Result<usize, Error>
Send a signal sig
to the process identified by pid
pub fn kill(pid: usize, sig: usize) -> Result<usize, Error>
Send a signal sig
to the process identified by pid