summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Conc/Windows.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Conc/Windows.hs')
-rw-r--r--libraries/base/GHC/Conc/Windows.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/base/GHC/Conc/Windows.hs b/libraries/base/GHC/Conc/Windows.hs
index 50b91aaa45..e9733806e7 100644
--- a/libraries/base/GHC/Conc/Windows.hs
+++ b/libraries/base/GHC/Conc/Windows.hs
@@ -19,6 +19,9 @@
-- #not-home
module GHC.Conc.Windows
+#if defined(js_HOST_ARCH)
+ () where
+#else
( ensureIOManagerIsRunning
, interruptIOManager
@@ -117,4 +120,4 @@ ensureIOManagerIsRunning = POSIX.ensureIOManagerIsRunning
interruptIOManager :: IO ()
interruptIOManager = POSIX.interruptIOManager <!> WINIO.interruptIOManager
-
+#endif