From 5561ee4901c4427f65d729b71ce99244c18b0107 Mon Sep 17 00:00:00 2001 From: Vic Nightfall Date: Sun, 2 Jun 2024 14:47:23 +0200 Subject: [PATCH] Fix std --- std/std.pr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }