Function lrs::syscall::rt_sigaction

Changes or inspects the handler of a signal.

Syntax

fn rt_sigaction(signum: i32, act: Option<&sigaction>, old: Option<&mut sigaction>) -> i32

Arguments

NameDescription
signum

The signal to modify.

act

The new handler.

old

The old handler.

See also