diff options
Diffstat (limited to 'bootstrap/libc.hff')
| -rw-r--r-- | bootstrap/libc.hff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/libc.hff b/bootstrap/libc.hff index 9b396e1..65874d5 100644 --- a/bootstrap/libc.hff +++ b/bootstrap/libc.hff @@ -3,4 +3,4 @@ extern fn qsort(base *void, nmemb usize, size usize, compar *fn(l *const void, r *const void, _ *void) int) void; struct FILE; -extern static stderr FILE, stdin FILE; +extern static stderr *FILE, stdin *FILE; |