
sleep(3) expects this, even though it's not a documented property of nanosleep(). Fixes a problem where sleep() in a threaded program would return nonzero even on success.
sleep(3) expects this, even though it's not a documented property of nanosleep(). Fixes a problem where sleep() in a threaded program would return nonzero even on success.