Fixed package name

This commit is contained in:
Platin21
2022-01-23 23:14:46 +01:00
parent 540c5400a0
commit ab3bae5c02
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package sys
package darwin
import "core:strings"
import "core:c"

View File

@@ -1,4 +1,4 @@
package sys
package darwin
unix_offset_syscall :: proc(number: System_Call_Number) -> uintptr {
return uintptr(number) + uintptr(0x2000000)

View File

@@ -1,4 +1,4 @@
package sys
package darwin
import "core:c"
import "core:intrinsics"