mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Satisfy the compiler.
This commit is contained in:
@@ -1143,7 +1143,7 @@ when ODIN_OS == .Darwin {
|
|||||||
|
|
||||||
uid_t :: distinct c.uint32_t
|
uid_t :: distinct c.uint32_t
|
||||||
sigset_t :: struct {
|
sigset_t :: struct {
|
||||||
[1024/(8 * size_of(c.ulong))]val
|
[1024/(8 * size_of(c.ulong))]val,
|
||||||
}
|
}
|
||||||
|
|
||||||
SIGRTMIN :: __libc_current_sigrtmin()
|
SIGRTMIN :: __libc_current_sigrtmin()
|
||||||
|
|||||||
Reference in New Issue
Block a user