Replaced sleep() with pause().
This commit is contained in:
parent
01be58990e
commit
eb112061f5
|
|
@ -374,7 +374,7 @@ int main(int argc, char **argv)
|
|||
|
||||
printf("Started.\n");
|
||||
while (1) {
|
||||
sleep(1); // always interrupted by SIGALRM
|
||||
pause();
|
||||
|
||||
#if 0
|
||||
struct timeval t;
|
||||
|
|
|
|||
Loading…
Reference in New Issue