diff options
Diffstat (limited to 'testsuite/timeout')
-rw-r--r-- | testsuite/timeout/timeout.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/timeout/timeout.hs b/testsuite/timeout/timeout.hs index 4e97c5ce73..d466495fe2 100644 --- a/testsuite/timeout/timeout.hs +++ b/testsuite/timeout/timeout.hs @@ -110,8 +110,8 @@ run secs cmd = when (ioPort == nullPtr) $ errorWin "createCompletionPort, cannot continue." -- We're explicitly turning off handle inheritance to prevent misc handles - -- from being inherited by the child. Notable we don't want the I/O CP and - -- Job handles to be inherited. So we mark them as non-inheritable. + -- from being inherited by the child. Notable we don't want the I/O Completion + -- Ports and Job handles to be inherited. So we mark them as non-inheritable. setHandleInformation job cHANDLE_FLAG_INHERIT 0 setHandleInformation job cHANDLE_FLAG_INHERIT 0 |