--- libev/ev_port.c 2019/06/26 00:01:46 1.30 +++ libev/ev_port.c 2019/07/01 20:47:38 1.31 @@ -132,7 +132,7 @@ } } - if (expect_false (nget == port_eventmax)) + if (ecb_expect_false (nget == port_eventmax)) { ev_free (port_events); port_eventmax = array_nextsize (sizeof (port_event_t), port_eventmax, port_eventmax + 1);