mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
More clean ups of ERROR_NONE and != nil usage
This commit is contained in:
@@ -5,7 +5,7 @@ import "core:sys/es"
|
||||
Handle :: distinct int
|
||||
_Platform_Error :: enum i32 {NONE}
|
||||
|
||||
ERROR_NONE :: Errno(es.SUCCESS)
|
||||
// ERROR_NONE :: Errno(es.SUCCESS)
|
||||
|
||||
O_RDONLY :: 0x1
|
||||
O_WRONLY :: 0x2
|
||||
|
||||
Reference in New Issue
Block a user