Replace core:* to base:* where appropriate

This commit is contained in:
gingerBill
2024-01-28 22:18:51 +00:00
parent 6a07effdd2
commit 3e7e779abf
180 changed files with 225 additions and 225 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package darwin
import "core:c"
import "core:runtime"
import "base:runtime"
// this package uses the sys prefix for the proc names to indicate that these aren't native syscalls but directly call such
sys_write_string :: proc (fd: c.int, message: string) -> bool {
@@ -1,7 +1,7 @@
package darwin
import "core:c"
import "core:intrinsics"
import "base:intrinsics"
/* flock */
LOCK_SH :: 1 /* shared lock */