fixed: js build
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 19 Feb 2024 23:56:15 +0000 (17:56 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 19 Feb 2024 23:56:15 +0000 (17:56 -0600)
core/runtime/platform/js/platform.onyx

index be2df4364b0785d0c3723da6ebaeaa706ac3b1ab..09449209e155ac4c0343f32be50693bd760160a5 100644 (file)
@@ -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) {}