try to fix erdgeist's bug

This commit is contained in:
Felix von Leitner 2021-04-24 12:46:53 +00:00
parent 26a19cf273
commit a246f90de5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ void io_eagain_write(int64 d) {
if (e) {
e->canwrite=0;
if (e->wantwrite && !e->kernelwantwrite)
io_wantwrite(d);
io_wantwrite_really(d, e);
#if defined(HAVE_SIGIO)
if (d==alt_curwrite) {
#if 0