mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
Fix bug in poller. This bug may affect files aio on macOS
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user