Learn more about cloning repositories
You have read-only access
Nanosleep workaround for z/OS in sleep.cc (#1067) * z/OS does not support nanosleep, add workaround to use sleep() and usleep() instead * change unsigned to int, and fix while loop