libs/libhutils/*: fix confusing wait_chdl_[timed] () return value
Now, hutils_wait_chld () returns, on successfully waiting a child, its PID number, instead of 0. This gives the ability to other functions to distinguish between "nothing to wait for" from "successfully waited child".
Please register or sign in to comment