From cef53a590738013876b4dcc407bd8d62e8e01dad Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 24 Apr 2021 12:47:18 +0000 Subject: [PATCH] try too fix erdgeist's bug --- io/io_eagain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/io_eagain.c b/io/io_eagain.c index d1bc91e..1d14a99 100644 --- a/io/io_eagain.c +++ b/io/io_eagain.c @@ -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