try to fix erdgeist's bug
This commit is contained in:
parent
8296813ff4
commit
1a793700a8
@ -5,7 +5,7 @@ void io_eagain_write(int64 d) {
|
|||||||
if (e) {
|
if (e) {
|
||||||
e->canwrite=0;
|
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_curwrite) {
|
if (d==alt_curwrite) {
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user