aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-24 14:46:36 +0200
committerlemon <lsof@mailbox.org>2022-08-24 14:46:36 +0200
commit9f320002800b0a8b7601528334f97ba64182bdd6 (patch)
treeeef77343a2ffbd74916d305610ff1e758467840c /bootstrap
parent53fcd5e1647fb56511bbdd98925dd38a84fd7248 (diff)
more llvm
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;