diff options
| author | 2022-08-18 09:47:54 +0200 | |
|---|---|---|
| committer | 2022-08-18 09:47:54 +0200 | |
| commit | f0214ff61b5a94b9629db6f43d7a5b010bd4ffbc (patch) | |
| tree | c8517b4950bc3937e82ff49c757fb24a7364e3b0 /src/libc.hff | |
| parent | 8c81c70b904a41b8a0d44dc418b7c39bf325c2a2 (diff) | |
fix bodyarg
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(); |