projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfee777
)
*** empty log message ***
author
root
<root>
Tue, 31 Jan 2006 22:01:25 +0000
(22:01 +0000)
committer
root
<root>
Tue, 31 Jan 2006 22:01:25 +0000
(22:01 +0000)
src/command.C
patch
|
blob
|
history
diff --git
a/src/command.C
b/src/command.C
index c59d16f595b94ab672ae44541e97984c454c33ca..691880e6ed77e1951297c9fa34c872b20d63d52a 100644
(file)
--- 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);