From 9f320002800b0a8b7601528334f97ba64182bdd6 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 24 Aug 2022 14:46:36 +0200 Subject: more llvm --- bootstrap/libc.hff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/libc.hff') 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; -- cgit v1.2.3