mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Use union #shared_nil for os.Error
This commit is contained in:
@@ -16,6 +16,7 @@ CLOCK_REALTIME :: clockid_t(2)
|
||||
CLOCK_THREAD_CPUTIME_ID :: clockid_t(3)
|
||||
|
||||
errno_t :: enum u16 {
|
||||
NONE = 0,
|
||||
// No error occurred. System call completed successfully.
|
||||
SUCCESS = 0,
|
||||
// Argument list too long.
|
||||
|
||||
Reference in New Issue
Block a user