did not compile on BSD after SIGIO fix

master
leitner 21 years ago
parent 209fef467e
commit fcd6082250

@ -31,8 +31,8 @@ int64 io_canread() {
e->next_read=alt_firstread;
alt_firstread=r;
debug_printf(("io_canread: enqueue %ld in alt read queue (next is %ld)\n",alt_firstread,e->next_read));
#endif
if (io_waitmode!=_SIGIO)
#endif
e->canread=0;
return r;
}

@ -31,8 +31,8 @@ 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));
#endif
if (io_waitmode!=_SIGIO)
#endif
e->canwrite=0;
return r;
}

Loading…
Cancel
Save