| author | |
| committer | |
| log | 1bb30c5e228f4a5ebc42cc23e593ebad3bd6dbbe |
| tree | 0c28dea3b2e04ed3a8db5d34e93b147e075952a6 |
| parent | 04361dd461bff65100abdf0c6036806fdcc0a49e |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/child_process.zig+1-1| ... | ... | @@ -401,7 +401,7 @@ pub const ChildProcess = struct { |
| 401 | 401 | // end with eventfd |
| 402 | 402 | break :blk [2]os.fd_t{ fd, fd }; |
| 403 | 403 | } else { |
| 404 | break :blk try os.pipe(); | |
| 404 | break :blk try os.pipe2(os.O_CLOEXEC); | |
| 405 | 405 | } |
| 406 | 406 | }; |
| 407 | 407 | errdefer destroyPipe(err_pipe); |