mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Remove core:os dependency for base:runtime
This commit is contained in:
@@ -4,7 +4,7 @@ package time
|
||||
|
||||
import "core:c"
|
||||
|
||||
foreign import libc "System.framework"
|
||||
foreign import libc "system:System.framework"
|
||||
foreign libc {
|
||||
@(link_name="sysctlbyname") _sysctlbyname :: proc(path: cstring, oldp: rawptr, oldlenp: rawptr, newp: rawptr, newlen: int) -> c.int ---
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user