aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/libc.hff2
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;