diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2024-02-10 16:58:45 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2024-02-10 16:58:45 -0800 |
| commit | 8456e9d7f721a34e6a4ae10e4872fcf9849d6208 (patch) | |
| tree | e30a4d5b9073834dab1afa9f83c70c358e410fb9 /src/Command.zig | |
| parent | be61e0025fed19f2dc608b9fee1f5a3cb5adb386 (diff) | |
command: io_mode removed for windows
Diffstat (limited to 'src/Command.zig')
| -rw-r--r-- | src/Command.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Command.zig b/src/Command.zig index af3979b3e..c5419814c 100644 --- a/src/Command.zig +++ b/src/Command.zig @@ -178,7 +178,6 @@ fn startWindows(self: *Command, arena: Allocator) !void { .access_mask = windows.GENERIC_READ | windows.SYNCHRONIZE, .share_access = windows.FILE_SHARE_READ, .creation = windows.OPEN_EXISTING, - .io_mode = .blocking, }, ) else null; defer if (null_fd) |fd| std.os.close(fd); |
