summaryrefslogtreecommitdiffstats
path: root/src/fs-poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs-poll.c')
-rw-r--r--src/fs-poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs-poll.c b/src/fs-poll.c
index 89864e2..1bac1c5 100644
--- a/src/fs-poll.c
+++ b/src/fs-poll.c
@@ -25,7 +25,7 @@
#ifdef _WIN32
#include "win/internal.h"
#include "win/handle-inl.h"
-#define uv__make_close_pending(h) uv_want_endgame((h)->loop, (h))
+#define uv__make_close_pending(h) uv__want_endgame((h)->loop, (h))
#else
#include "unix/internal.h"
#endif