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