--- libev/ev_linuxaio.c 2019/06/26 00:01:46 1.34 +++ libev/ev_linuxaio.c 2019/06/26 00:11:24 1.35 @@ -324,7 +324,8 @@ epoll_poll (EV_A_ 0); } -static void +inline_speed +void linuxaio_fd_rearm (EV_P_ int fd) { anfds [fd].events = 0; @@ -350,7 +351,7 @@ | (res & (POLLIN | POLLERR | POLLHUP) ? EV_READ : 0) ); - /* linux aio is oneshot: rearm fd. TODO: this does more work than needed */ + /* linux aio is oneshot: rearm fd. TODO: this does more work than strictly needed */ linuxaio_fd_rearm (EV_A_ fd); --nr;