summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev_kqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_kqueue.c b/ev_kqueue.c
index 6e61646..8785d10 100644
--- a/ev_kqueue.c
+++ b/ev_kqueue.c
@@ -110,7 +110,7 @@ kqueue_poll (ev_tstamp timeout)
fd_kill (events [i].ident);
}
else
- event (
+ fd_event (
events [i].ident,
events [i].filter == EVFILT_READ ? EV_READ
: events [i].filter == EVFILT_WRITE ? EV_WRITE