--- libev/ev_linuxaio.c 2019/06/25 17:54:02 1.30 +++ libev/ev_linuxaio.c 2019/06/25 18:00:42 1.31 @@ -426,13 +426,14 @@ ev_syserr ("(libev) linuxaio io_getevents"); else if (res) { - /* at least one event received, handle it and any remaining ones in the ring buffer */ + /* at least one event available, handle it and any remaining ones in the ring buffer */ linuxaio_parse_events (EV_A_ ioev, res); linuxaio_get_events_from_ring (EV_A); } } -static int +inline_size +int linuxaio_io_setup (EV_P) { linuxaio_ctx = 0;