From 1a793700a8c8f13991c6733de200aed3a19ba848 Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 24 Apr 2021 12:46:53 +0000 Subject: [PATCH] try to fix erdgeist's bug --- io/io_eagain_write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/io_eagain_write.c b/io/io_eagain_write.c index 8e01f5a..31e7538 100644 --- a/io/io_eagain_write.c +++ b/io/io_eagain_write.c @@ -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