Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
78b63659
Commit
78b63659
authored
Mar 04, 1999
by
sof
Browse files
[project @ 1999-03-04 10:56:51 by sof]
Previous mingw32 related commit upset things on the cygwin side.
parent
3317c1cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Stats.c
View file @
78b63659
/* -----------------------------------------------------------------------------
* $Id: Stats.c,v 1.1
0
1999/03/0
2 20:00
:5
0
sof Exp $
* $Id: Stats.c,v 1.1
1
1999/03/0
4 10:56
:5
1
sof Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -55,7 +55,7 @@
#include <unistd.h>
#endif
#ifndef _
WIN32
#ifndef _
_MINGW32__
# ifdef HAVE_SYS_TIMES_H
# include <sys/times.h>
# endif
...
...
@@ -65,7 +65,7 @@
#include <sys/time.h>
#endif
#if ! irix_TARGET_OS && ! defined(_
WIN32
)
#if ! irix_TARGET_OS && ! defined(_
_MINGW32__
)
# if defined(HAVE_SYS_RESOURCE_H)
# include <sys/resource.h>
# endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment