aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unix/async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/async.c b/src/unix/async.c
index aef25f6b..8265a43a 100644
--- a/src/unix/async.c
+++ b/src/unix/async.c
@@ -227,7 +227,7 @@ static void uv__async_send(uv_loop_t* loop) {
len = sizeof(val);
fd = loop->async_io_watcher.fd; /* eventfd */
}
-#elif defined(UV__KQUEUE_EVFILT_USER)
+#elif UV__KQUEUE_EVFILT_USER
struct kevent ev;
if (kqueue_evfilt_user_support) {