From 07cff557463d13bbd1baa970f609c8dbb13e16a8 Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Wed, 4 Oct 2023 20:59:45 +0300 Subject: Update for opaque and other Hare changes --- bindings/types/libc/types.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/types') diff --git a/bindings/types/libc/types.ha b/bindings/types/libc/types.ha index bfb0dc0..e6b83b7 100644 --- a/bindings/types/libc/types.ha +++ b/bindings/types/libc/types.ha @@ -14,7 +14,7 @@ export type tm = struct { tm_isdst: int, }; -export type FILE = void; +export type FILE = opaque; export type passwd = struct { pw_name: *c::char, -- cgit 1.3.0-6-gf8a5