pub unsafe extern "C" fn sigaction( __sig: c_int, __act: *const sigaction, __oact: *mut sigaction, ) -> c_int
Get and/or set the action for signal SIG.