[commit: packages/unix] master: Export `forkProcessWithUnmask` from `System.Posix.Process` (18a54fa)

git at git.haskell.org git at git.haskell.org
Fri Nov 8 15:42:10 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/18a54fa5ac929d07baaaa6fb9669632a10fd78d7/unix

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

commit 18a54fa5ac929d07baaaa6fb9669632a10fd78d7
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Nov 8 16:33:11 2013 +0100

    Export `forkProcessWithUnmask` from `System.Posix.Process`
    
    This is a follow-up to 17192d89e6 which missed that export.
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

18a54fa5ac929d07baaaa6fb9669632a10fd78d7
 System/Posix/Process.hsc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index 992fd9a..2acb57e 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -22,6 +22,7 @@ module System.Posix.Process (
     -- ** Forking and executing
 #ifdef __GLASGOW_HASKELL__
     forkProcess,
+    forkProcessWithUnmask,
 #endif
     executeFile,
     



More information about the ghc-commits mailing list