Skip to content
Snippets Groups Projects
Commit beaf7600 authored by sof's avatar sof
Browse files

[project @ 1997-01-21 08:51:22 by sof]

cygwin32 support
parent de898c28
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment