diff --git a/std/std.pr b/std/std.pr index a4d004a..628595c 100644 --- a/std/std.pr +++ b/std/std.pr @@ -200,7 +200,7 @@ from strings export * export const PATH_MAX = 4096 } else { import linux - export type File = *cstd::s__IO_FIL + export type File = *cstd::s__IO_FILE export type Dir = *linux::s___dirstream export def stdin -> File { return cstd::stdin }