aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Process.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Process.hsc')
-rw-r--r--System/Posix/Process.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index ae04c46..9551040 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -84,7 +84,7 @@ import GHC.TopHandler ( runIO )
#endif
#ifdef __HUGS__
-{-# CBITS HsUnix.c #-}
+{-# CFILES cbits/HsUnix.c #-}
#endif
-- -----------------------------------------------------------------------------