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
@@ -3,7 +3,7 @@ package unix
import "base:intrinsics"
sysctl :: proc(mib: []i32, val: ^$T) -> (ok: bool) {
sysctl :: proc "contextless" (mib: []i32, val: ^$T) -> (ok: bool) {
mib := mib
result_size := u64(size_of(T))