[project @ 1997-01-21 08:51:22 by sof]
[ghc-hetmet.git] / ghc / runtime / storage / SMstats.lc
index 7244d1d..9f07b63 100644 (file)
@@ -209,7 +209,7 @@ void end_init(STG_NO_ARGS)
 static I_
 pagefaults(STG_NO_ARGS)
 {
-#if !defined(HAVE_GETRUSAGE) || irix_TARGET_OS
+#if !defined(HAVE_GETRUSAGE) || irix_TARGET_OS || cygwin32_TARGET_OS
     return 0;
 #else
     struct rusage t;