Function lrs::syscall::kill

Sends a signal to a process.

Syntax

fn kill(pid: i32, sig: i32) -> i32

Arguments

NameDescription
pid

The process to send the signal to.

sig

The signal to send.

See also