| author | |
| committer | |
| log | 7add3703717caa35250b4f9955489241a1d5ee61 |
| tree | 829ea53af4d0c67c692876ac1e43589d8e86466f |
| parent | d15a0ec7b28d7f87b93b2a4fa627ebfebcff2a01 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/fs.zig+1-1| ... | ... | @@ -687,7 +687,7 @@ pub const Dir = struct { |
| 687 | 687 | return self.openFileZ(&path_c, flags); |
| 688 | 688 | } |
| 689 | 689 | |
| 690 | /// Save as `openFile` but WASI only. | |
| 690 | /// Same as `openFile` but WASI only. | |
| 691 | 691 | pub fn openFileWasi(self: Dir, sub_path: []const u8, flags: File.OpenFlags) File.OpenError!File { |
| 692 | 692 | const w = os.wasi; |
| 693 | 693 | var fdflags: w.fdflags_t = 0x0; |