| author | |
| committer | |
| log | 032152409be26f12031c6c16ac9de5e29cd08b8f |
| tree | d6abb8c5a3d5010133422fc0342a31887cb85cae |
| parent | a3ddca36571993af4a575296292e17471890fc87 |
1 files changed, 6 insertions(+), 1 deletions(-)
lib/std/Io/Threaded.zig+6-1| ... | ... | @@ -1159,7 +1159,12 @@ fn dirMakeOpenPathWindows( |
| 1159 | 1159 | } |
| 1160 | 1160 | } |
| 1161 | 1161 | |
| 1162 | fn dirMakeOpenPathWasi(userdata: ?*anyopaque, dir: Io.Dir, sub_path: []const u8, mode: Io.Dir.Mode) Io.Dir.MakeOpenPathError!Io.Dir { | |
| 1162 | fn dirMakeOpenPathWasi( | |
| 1163 | userdata: ?*anyopaque, | |
| 1164 | dir: Io.Dir, | |
| 1165 | sub_path: []const u8, | |
| 1166 | mode: Io.Dir.OpenOptions, | |
| 1167 | ) Io.Dir.MakeOpenPathError!Io.Dir { | |
| 1163 | 1168 | const t: *Threaded = @ptrCast(@alignCast(userdata)); |
| 1164 | 1169 | _ = t; |
| 1165 | 1170 | _ = dir; |