Given status from a call to waitpid
, return
the number of the signal that caused the child process to terminate.
This function should only be employed if WIFSIGNALED
returned true.
See also: waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WCOREDUMP, WIFSTOPPED, WSTOPSIG, WIFCONTINUED.
Package: octave