- * Note the signal() calls above on linux and BSD at least, essentially
- * call the lower level sigaction() with the SA_RESTART flag set, which
- * ensures the following wait call will only return if the child exits,
- * not on this process receiving a signal. Also we're not passing
- * WUNTRACED | WCONTINUED to a waitpid() call and so will not get
- * indication that the child has stopped or continued. */
+ Note the signal() calls above on linux and BSD at least, essentially
+ call the lower level sigaction() with the SA_RESTART flag set, which
+ ensures the following wait call will only return if the child exits,
+ not on this process receiving a signal. Also we're not passing
+ WUNTRACED | WCONTINUED to a waitpid() call and so will not get
+ indication that the child has stopped or continued. */