Function nc::sigaction

source ·
pub unsafe fn sigaction(
    sig: i32,
    act: &sigaction_t,
    old_act: &mut sigaction_t
) -> Result<(), Errno>
Expand description

Examine and change a signal action.