mirror of /home/gitosis/repositories/libowfat.git
Big Duh! _SIGIO and SIGIO look too close
This commit is contained in:
parent
6f67e150a2
commit
d4bec7c063
|
@ -32,7 +32,7 @@ int64 io_canread() {
|
|||
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)
|
||||
if (io_waitmode!=_SIGIO)
|
||||
e->canread=0;
|
||||
return r;
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ int64 io_canwrite() {
|
|||
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)
|
||||
if (io_waitmode!=_SIGIO)
|
||||
e->canwrite=0;
|
||||
return r;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue