Function nc::sigaction[][src]

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

Examine and change a signal action.