From 7a361cff92894e0a74d4e156cba71fb605314e48 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 19 Feb 2024 17:56:15 -0600 Subject: [PATCH] fixed: js build --- core/runtime/platform/js/platform.onyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/runtime/platform/js/platform.onyx b/core/runtime/platform/js/platform.onyx index be2df436..09449209 100644 --- a/core/runtime/platform/js/platform.onyx +++ b/core/runtime/platform/js/platform.onyx @@ -52,7 +52,7 @@ __futex_wake :: (addr: rawptr, maximum: i32) -> i32 { PollDescription :: struct { fd: i32; - in, out: io.PollEvent; + input, out: io.PollEvent; } __poll :: (fds: [] PollDescription, timeout := -1) {} -- 2.25.1