Satisfy the compiler.

This commit is contained in:
Isaac Andrade
2024-09-21 20:59:54 -06:00
parent 5162c6c506
commit c68d847fb3

View File

@@ -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()