ProcessUNIX: Fix kwsysProcessesSignalHandler() if !KWSYSPE_USE_SIGINFO

  • struct sigaction& is not a valid C type name, its usage suggests that it was intended to be a pointer.
  • newSigChldAction does not exist, appears to have just been forgotten in a change?
  • return 0 from a void function.

Merge request reports

Loading