![christos](/assets/img/avatar_default.png)
- cast more returns to void. - use waitpid instead of wait() to wait for our process, not accidentally wait for other children. - return exitstatus only if exited, and return the termination signal otherwise.
- cast more returns to void. - use waitpid instead of wait() to wait for our process, not accidentally wait for other children. - return exitstatus only if exited, and return the termination signal otherwise.