| author | |
| committer | |
| log | 4c8632e244fbf1213fb78f21417a2a5c6347cab3 |
| tree | a7a46933aaa89ba775d267d51e969998bbe3141f |
| parent | db0cb54f4ea023869d955449ba5e3eb86981d413 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/fs.zig+1-1| ... | ... | @@ -694,7 +694,7 @@ pub const Dir = struct { |
| 694 | 694 | return self.openFileZ(&path_c, flags); |
| 695 | 695 | } |
| 696 | 696 | |
| 697 | /// Save as `openFile` but WASI only. | |
| 697 | /// Same as `openFile` but WASI only. | |
| 698 | 698 | pub fn openFileWasi(self: Dir, sub_path: []const u8, flags: File.OpenFlags) File.OpenError!File { |
| 699 | 699 | const w = os.wasi; |
| 700 | 700 | var fdflags: w.fdflags_t = 0x0; |