--- libev/ev_poll.c 2019/07/11 05:41:39 1.46 +++ libev/ev_poll.c 2019/07/11 08:29:08 1.47 @@ -95,7 +95,7 @@ int res; EV_RELEASE_CB; - res = poll (polls, pollcnt, EV_TS_TO_MS (timeout)); + res = poll (polls, pollcnt, EV_TS_TO_MSEC (timeout)); EV_ACQUIRE_CB; if (ecb_expect_false (res < 0))