]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 28 Nov 1999 08:08:51 +0000 (08:08 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 Nov 1999 08:08:51 +0000 (08:08 +0000)
src/sleep.c

index a96b80c008463f93bb05f479f56870d798a3ab38..c40a6321f6491097167bdf514bd057b5b2aba298 100644 (file)
@@ -257,6 +257,8 @@ main (int argc, char **argv)
   tv_stop.tv_sec = tv_start.tv_sec + i_sec;
   tv_stop.tv_usec = tv_start.tv_usec + i_usec;
 
+  /* FIXME: use nanosleep!!! then move signal handling into the replacement.  */
+
   while (1)
     {
       struct timeval diff;