From 18a54fa5ac929d07baaaa6fb9669632a10fd78d7 Mon Sep 17 00:00:00 2001
From: Herbert Valerio Riedel <hvr@gnu.org>
Date: Fri, 8 Nov 2013 16:33:11 +0100
Subject: [PATCH] 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>
---
 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,
     
-- 
GitLab