|
|
|
@ -31,9 +31,9 @@ int64 io_canwrite() {
|
|
|
|
|
e->next_write=alt_firstwrite;
|
|
|
|
|
alt_firstwrite=r;
|
|
|
|
|
debug_printf(("io_canwrite: enqueue %ld in alt write queue (next is %ld)\n",alt_firstwrite,e->next_write));
|
|
|
|
|
#else
|
|
|
|
|
e->canwrite=0;
|
|
|
|
|
#endif
|
|
|
|
|
if (io_waitmode!=SIGIO)
|
|
|
|
|
e->canwrite=0;
|
|
|
|
|
return r;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|