try too fix erdgeist's bug
This commit is contained in:
parent
1a793700a8
commit
cef53a5907
@ -6,7 +6,7 @@ void io_eagain(int64 d) {
|
|||||||
if (e->wantread) e->canread=0;
|
if (e->wantread) e->canread=0;
|
||||||
if (e->wantwrite) e->canwrite=0;
|
if (e->wantwrite) e->canwrite=0;
|
||||||
if (e->wantwrite && !e->kernelwantwrite)
|
if (e->wantwrite && !e->kernelwantwrite)
|
||||||
io_wantwrite(d);
|
io_wantwrite_really(d,e);
|
||||||
#if defined(HAVE_SIGIO)
|
#if defined(HAVE_SIGIO)
|
||||||
if (d==alt_curread) {
|
if (d==alt_curread) {
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user