diff options
Diffstat (limited to 'bindings/types')
-rw-r--r-- | bindings/types/libc/types.ha | 2 |
1 files changed, 1 insertions, 1 deletions
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, |