Update errno.

This commit is contained in:
Christoffer Lerno
2022-01-17 22:28:06 +01:00
parent f53dd95aa7
commit 3f60443d66

View File

@@ -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*);