From beaf760030c4f65981b864742f2855f3b02c0dd2 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 21 Jan 1997 08:51:22 +0000 Subject: [PATCH] [project @ 1997-01-21 08:51:22 by sof] cygwin32 support --- ghc/runtime/storage/SMstats.lc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/runtime/storage/SMstats.lc b/ghc/runtime/storage/SMstats.lc index 7244d1d..9f07b63 100644 --- a/ghc/runtime/storage/SMstats.lc +++ b/ghc/runtime/storage/SMstats.lc @@ -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; -- 1.7.10.4