Replaced sleep() with pause().

This commit is contained in:
Florian Pose
2008-10-14 08:39:09 +00:00
parent 01be58990e
commit eb112061f5
+1 -1
View File
@@ -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;