| author | |
| committer | |
| log | f6ae2505d999305e1b5618fca9d928d96d9299af |
| tree | 247bf6d58047f31abd0ac1888157e227ad7a02db |
| parent | 4d9eff4bdb368dd4dad99b6b19c83468607cd1d2 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/child_process.zig+1-1| ... | ... | @@ -484,7 +484,7 @@ pub const ChildProcess = struct { |
| 484 | 484 | const nul_handle = if (any_ignore) |
| 485 | 485 | windows.OpenFile(&[_]u16{ 'N', 'U', 'L' }, .{ |
| 486 | 486 | .dir = std.fs.cwd().fd, |
| 487 | .access_mask = windows.GENERIC_READ, | |
| 487 | .access_mask = windows.GENERIC_READ | windows.SYNCHRONIZE, | |
| 488 | 488 | .share_access = windows.FILE_SHARE_READ, |
| 489 | 489 | .creation = windows.OPEN_EXISTING, |
| 490 | 490 | .io_mode = .blocking, |