pub const SYS_PROC_WAIT: usize = 314; // 314usize
Wait for any child process to change state.
Returns the PID of the terminated child, or -ECHILD if no children.
-ECHILD