mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 16:36:46 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//+build linux
|
||||
package linux
|
||||
|
||||
import "core:intrinsics"
|
||||
import "base:intrinsics"
|
||||
|
||||
// Note(flysand): In the case of syscall let's get rid of extra
|
||||
// casting. First of all, let these syscalls return int, because
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package linux
|
||||
|
||||
import "core:intrinsics"
|
||||
import "base:intrinsics"
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user