did not compile on BSD after SIGIO fix
This commit is contained in:
parent
209fef467e
commit
fcd6082250
@ -31,8 +31,8 @@ int64 io_canread() {
|
|||||||
e->next_read=alt_firstread;
|
e->next_read=alt_firstread;
|
||||||
alt_firstread=r;
|
alt_firstread=r;
|
||||||
debug_printf(("io_canread: enqueue %ld in alt read queue (next is %ld)\n",alt_firstread,e->next_read));
|
debug_printf(("io_canread: enqueue %ld in alt read queue (next is %ld)\n",alt_firstread,e->next_read));
|
||||||
#endif
|
|
||||||
if (io_waitmode!=_SIGIO)
|
if (io_waitmode!=_SIGIO)
|
||||||
|
#endif
|
||||||
e->canread=0;
|
e->canread=0;
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
@ -31,8 +31,8 @@ int64 io_canwrite() {
|
|||||||
e->next_write=alt_firstwrite;
|
e->next_write=alt_firstwrite;
|
||||||
alt_firstwrite=r;
|
alt_firstwrite=r;
|
||||||
debug_printf(("io_canwrite: enqueue %ld in alt write queue (next is %ld)\n",alt_firstwrite,e->next_write));
|
debug_printf(("io_canwrite: enqueue %ld in alt write queue (next is %ld)\n",alt_firstwrite,e->next_write));
|
||||||
#endif
|
|
||||||
if (io_waitmode!=_SIGIO)
|
if (io_waitmode!=_SIGIO)
|
||||||
|
#endif
|
||||||
e->canwrite=0;
|
e->canwrite=0;
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user