aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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,