aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
diff options
context:
space:
mode:
authorRabin Gaire <rabingaire20@gmail.com>2022-04-20 18:02:41 +0545
committerRabin Gaire <rabingaire20@gmail.com>2022-04-20 18:02:41 +0545
commit9e4cd1f4e6c3195665daa80c6a438cfd4daa92b1 (patch)
tree3eb75978b7f806eaf4be1429ca6c1174d68be002 /src/codegen/llvm.zig
parent1a1b5ee264d8b2219c34d53cc9602692e6d2ba24 (diff)
downloadzig-9e4cd1f4e6c3195665daa80c6a438cfd4daa92b1.tar.gz
zig-9e4cd1f4e6c3195665daa80c6a438cfd4daa92b1.zip
fix child process spawn on macos hangs issue
When a child process with stdin, stdout behavior set to pipe is ran on macos it used to hang which has been fixed. Issue existed because we forgot to call `posix_spawn_file_actions_addclose` syscall on user exposed file descriptor which resulted on file descriptor not closing properly.
Diffstat (limited to 'src/codegen/llvm.zig')
0 files changed, 0 insertions, 0 deletions