[][src]Function linux::syscall::kill

pub fn kill(pid: pid_t, sig: c_int) -> c_int

Sends a signal to a process.

[argument, pid] The process to send the signal to.

[argument, sig] The signal to send.

= See also

  • link:man:kill(2)