diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-09 16:27:53 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-09 16:27:53 +0100 |
| commit | 8366e7094a976b9d7646e3f6eada7e5e1820f117 (patch) | |
| tree | 97fcd6126d32c16cc3fa37d120d384dc9f21a8a5 /core/os/stat.odin | |
| parent | e7dbabf6681e4e6bcae33398e939c2c9c3cdc879 (diff) | |
Fix up ABI name for core:os and core:os/old
Diffstat (limited to 'core/os/stat.odin')
| -rw-r--r-- | core/os/stat.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/stat.odin b/core/os/stat.odin index 0a9ac4e57..fa92e8a8e 100644 --- a/core/os/stat.odin +++ b/core/os/stat.odin @@ -1,4 +1,4 @@ -package os2 +package os import "base:runtime" import "core:strings" |