mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
More contextless fixes
This commit is contained in:
@@ -13,7 +13,7 @@ import "core:time"
|
||||
foreign import lib "system:System"
|
||||
|
||||
foreign lib {
|
||||
sysctl :: proc(
|
||||
sysctl :: proc "c" (
|
||||
name: [^]i32, namelen: u32,
|
||||
oldp: rawptr, oldlenp: ^uint,
|
||||
newp: rawptr, newlen: uint,
|
||||
|
||||
Reference in New Issue
Block a user