mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
os2: make platform error more ergonomic by making it an alias
This commit is contained in:
@@ -3,6 +3,8 @@ package os2
|
||||
|
||||
import "core:sys/linux"
|
||||
|
||||
_Platform_Error :: linux.Errno
|
||||
|
||||
@(rodata)
|
||||
_errno_strings := [linux.Errno]string{
|
||||
.NONE = "",
|
||||
|
||||
Reference in New Issue
Block a user