Skip to content

ProcessUNIX: Fix kwsysProcessesSignalHandler() if !KWSYSPE_USE_SIGINFO

Ali Mohammad Pur requested to merge alimpfard/kwsys:kwsys-unix into master
  • 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