aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-11-08 16:33:11 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-11-08 16:33:11 +0100
commit18a54fa5ac929d07baaaa6fb9669632a10fd78d7 (patch)
treea7180b5cfd5df5180c3539e919a486929cb5794a /System
parent5ccab3c64a2e37903111755c6b99795c410bed0e (diff)
Export `forkProcessWithUnmask` from `System.Posix.Process`
This is a follow-up to 17192d89e6 which missed that export. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'System')
-rw-r--r--System/Posix/Process.hsc1
1 files changed, 1 insertions, 0 deletions
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,