*** empty log message ***
authorroot <root>
Tue, 31 Jan 2006 22:01:25 +0000 (22:01 +0000)
committerroot <root>
Tue, 31 Jan 2006 22:01:25 +0000 (22:01 +0000)
src/command.C

index c59d16f595b94ab672ae44541e97984c454c33ca..691880e6ed77e1951297c9fa34c872b20d63d52a 100644 (file)
@@ -1105,7 +1105,8 @@ static struct event_handler
   {
     // this should really be sched_yield(), but the linux guys thought
     // that giving a process calling sched_yield () less cpu time than
-    // ones with high nice levels.
+    // ones with high nice levels is a useful thing to do. It surely is is
+    // allowed by the sus... as is returning ENOSYS.
 
     struct timespec ts = { 0, 0 };
     nanosleep (&ts, 0);