diff options
Diffstat (limited to 'core/sys/linux/helpers.odin')
| -rw-r--r-- | core/sys/linux/helpers.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/linux/helpers.odin b/core/sys/linux/helpers.odin index cf4143924..9bee57c11 100644 --- a/core/sys/linux/helpers.odin +++ b/core/sys/linux/helpers.odin @@ -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 |