Skip to content
Snippets Groups Projects
Commit 18a54fa5 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Export `forkProcessWithUnmask` from `System.Posix.Process`


This is a follow-up to 17192d89 which missed that export.

Signed-off-by: Herbert Valerio Riedel's avatarHerbert Valerio Riedel <hvr@gnu.org>
parent 5ccab3c6
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ module System.Posix.Process (
-- ** Forking and executing
#ifdef __GLASGOW_HASKELL__
forkProcess,
forkProcessWithUnmask,
#endif
executeFile,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment