[commit: ghc] master: Expand I/O CP in comments (d2788ab)

git at git.haskell.org git at git.haskell.org
Tue Dec 27 08:42:09 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d2788ab551fb9dc17f3d4d67ef843a5f3b56f9c6/ghc

>---------------------------------------------------------------

commit d2788ab551fb9dc17f3d4d67ef843a5f3b56f9c6
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Dec 27 09:41:19 2016 +0100

    Expand I/O CP in comments
    
    as suggested by @gracjan at
    https://github.com/ghc/ghc/commit/efc4a1661f0fc1004a4b7b0914f3d3a08c2e791a#commitcomment-20284337


>---------------------------------------------------------------

d2788ab551fb9dc17f3d4d67ef843a5f3b56f9c6
 testsuite/timeout/timeout.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/timeout/timeout.hs b/testsuite/timeout/timeout.hs
index 4e97c5c..d466495 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
 



More information about the ghc-commits mailing list