diff options
Diffstat (limited to 'ev_poll.c')
-rw-r--r-- | ev_poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ poll_init (EV_P_ int flags) pollidxs = 0; pollidxmax = 0; polls = 0; pollmax = 0; pollcnt = 0; - return EVMETHOD_POLL; + return EVBACKEND_POLL; } static void |