Skip to content

Commit 93fbe58

Browse files
committed
Comment on omission of endDelegateControlC in Windows-specific case
1 parent d13c945 commit 93fbe58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

System/Process.hs

+1
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ waitForProcess ph@(ProcessHandle _ delegating_ctlc _) = lockWaitpid $ do
730730
closePHANDLE ph'
731731
closePHANDLE job'
732732
return (ClosedHandle e, e)
733+
-- omit endDelegateControlC since it's a no-op on Windows
733734
return e'
734735
#else
735736
OpenExtHandle _ _job ->

0 commit comments

Comments
 (0)