From: root Date: Tue, 31 Jan 2006 22:01:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9f7167548ea0357f940b7ee52267d67d6d66ff70;p=dana%2Furxvt.git *** empty log message *** --- 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);