From: Brendan Hansen Date: Mon, 19 Feb 2024 23:56:15 +0000 (-0600) Subject: fixed: js build X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=7a361cff92894e0a74d4e156cba71fb605314e48;p=onyx.git fixed: js build --- 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) {}