Fix bug in poller. This bug may affect files aio on macOS

This commit is contained in:
XieHan
2020-09-04 20:03:33 +08:00
parent 9c7d164262
commit 1dcfd05aee

View File

@@ -961,7 +961,7 @@ static void __poller_handle_notify(struct __poller_node *node,
node->state = PR_ST_ERROR;
}
__poller_add_result(res, poller);
__poller_add_result(node, poller);
}
static int __poller_handle_pipe(poller_t *poller)