aboutsummaryrefslogtreecommitdiff
path: root/src/deps/uws.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/deps/uws.zig')
-rw-r--r--src/deps/uws.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deps/uws.zig b/src/deps/uws.zig
index b26020714..497cd660c 100644
--- a/src/deps/uws.zig
+++ b/src/deps/uws.zig
@@ -287,7 +287,7 @@ pub const Loop = extern struct {
/// The list of ready polls
ready_polls: [1024]EventType,
- const EventType = if (Environment.isLinux) std.os.linux.epoll_event else if (Environment.isMac) std.os.Kevent;
+ const EventType = if (Environment.isLinux) std.os.linux.epoll_event else if (Environment.isMac) std.os.system.kevent64_s;
pub const InternalLoopData = extern struct {
pub const us_internal_async = opaque {};