-
Nanosleep workaround for z/OS in sleep.cc (#1067) · a9704c26Abhina Sree authored
* z/OS does not support nanosleep, add workaround to use sleep() and usleep() instead * change unsigned to int, and fix while loop
×
* z/OS does not support nanosleep, add workaround to use sleep() and usleep() instead * change unsigned to int, and fix while loop