More contextless fixes

This commit is contained in:
gingerBill
2025-08-08 13:02:37 +01:00
parent aa747a1c10
commit 8ff15eaf69
4 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -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,