diff options
Diffstat (limited to 'src/libc.hff')
| -rw-r--r-- | src/libc.hff | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libc.hff b/src/libc.hff index 6fb32f7..2778a79 100644 --- a/src/libc.hff +++ b/src/libc.hff @@ -39,3 +39,4 @@ extern fn tolower(int) int; // errno.h extern fn c_errno() int; +def errno = c_errno(); |