BUG: Use sleep(1) instead of usleep(1000000) because some UNIX systems specify...
BUG: Use sleep(1) instead of usleep(1000000) because some UNIX systems specify that the argument to usleep must be less than 1000000.
Loading
Please register or sign in to comment