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. -
newSigChldActiondoes not exist, appears to have just been forgotten in a change? -
return 0from a void function.