try too fix erdgeist's bug

master
Felix von Leitner 2021-04-24 12:47:18 +00:00
parent a246f90de5
commit 0c4c4efbe0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ void io_eagain(int64 d) {
if (e->wantread) e->canread=0;
if (e->wantwrite) e->canwrite=0;
if (e->wantwrite && !e->kernelwantwrite)
io_wantwrite(d);
io_wantwrite_really(d,e);
#if defined(HAVE_SIGIO)
if (d==alt_curread) {
#if 0