diff options
Diffstat (limited to 'src/Utility/Misc.hs')
| -rw-r--r-- | src/Utility/Misc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utility/Misc.hs b/src/Utility/Misc.hs index 45d5a063..ebb42576 100644 --- a/src/Utility/Misc.hs +++ b/src/Utility/Misc.hs @@ -136,7 +136,7 @@ hGetSomeString h sz = do - if this reap gets there first. -} reapZombies :: IO () #ifndef mingw32_HOST_OS -reapZombies = do +reapZombies = -- throws an exception when there are no child processes catchDefaultIO Nothing (getAnyProcessStatus False True) >>= maybe (return ()) (const reapZombies) |
