From c68d847fb38d11416b09a7bae2b33167d0bf6191 Mon Sep 17 00:00:00 2001 From: Isaac Andrade Date: Sat, 21 Sep 2024 20:59:54 -0600 Subject: [PATCH] Satisfy the compiler. --- core/sys/posix/signal.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys/posix/signal.odin b/core/sys/posix/signal.odin index 8edaad5ba..6748c162f 100644 --- a/core/sys/posix/signal.odin +++ b/core/sys/posix/signal.odin @@ -1143,7 +1143,7 @@ when ODIN_OS == .Darwin { uid_t :: distinct c.uint32_t sigset_t :: struct { - [1024/(8 * size_of(c.ulong))]val + [1024/(8 * size_of(c.ulong))]val, } SIGRTMIN :: __libc_current_sigrtmin()