mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Update errno.
This commit is contained in:
@@ -160,7 +160,7 @@ enum Errno : ErrnoType
|
||||
ENOTRECOVERABLE = 131, /* State not recoverable */
|
||||
}
|
||||
|
||||
extern fn Errno errno(void);
|
||||
extern fn Errno errno();
|
||||
|
||||
define TerminateFunction = fn void();
|
||||
define CompareFunction = fn int(void*, void*);
|
||||
|
||||
Reference in New Issue
Block a user