Merge branch 'odin-lang:master' into master

This commit is contained in:
marcs feh
2024-02-02 21:56:40 -03:00
committed by GitHub
265 changed files with 2046 additions and 1581 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
package linux
import "core:intrinsics"
import "base:intrinsics"
/*