typo
This commit is contained in:
parent
17f3955f84
commit
b81e8bcd27
@ -62,7 +62,7 @@ int64 io_waituntil2(int64 milliseconds) {
|
|||||||
if (y[n].flags&EV_ERROR) {
|
if (y[n].flags&EV_ERROR) {
|
||||||
/* error; signal whatever app is looking for */
|
/* error; signal whatever app is looking for */
|
||||||
if (e->wantread) y[n].filter=EVFILT_READ; else
|
if (e->wantread) y[n].filter=EVFILT_READ; else
|
||||||
if (e->wantwrite) y[n].filter=EVFILE_WRITE;
|
if (e->wantwrite) y[n].filter=EVFILT_WRITE;
|
||||||
}
|
}
|
||||||
if (!e->canread && (y[n].filter==EVFILT_READ)) {
|
if (!e->canread && (y[n].filter==EVFILT_READ)) {
|
||||||
e->canread=1;
|
e->canread=1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user