From 9f7167548ea0357f940b7ee52267d67d6d66ff70 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jan 2006 22:01:25 +0000 Subject: [PATCH] *** empty log message *** --- src/command.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/command.C b/src/command.C index c59d16f5..691880e6 100644 --- a/src/command.C +++ b/src/command.C @@ -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); -- 2.34.1