Skip to content

Commit

Permalink
Fix std
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 committed Jun 2, 2024
1 parent 01188bb commit 5561ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/std.pr
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 5561ee4

Please sign in to comment.