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
bacf674b
Commit
bacf674b
authored
Mar 04, 1999
by
sof
Browse files
[project @ 1999-03-04 13:07:48 by sof]
more cygwin tweakage, this time for b19
parent
78b63659
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Stats.c
View file @
bacf674b
/* -----------------------------------------------------------------------------
* $Id: Stats.c,v 1.1
1
1999/03/04 1
0:56:51
sof Exp $
* $Id: Stats.c,v 1.1
2
1999/03/04 1
3:07:48
sof Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -65,6 +65,12 @@
#include <sys/time.h>
#endif
#ifdef __CYGWIN32__
# ifdef HAVE_TIME_H
# include <time.h>
# endif
#endif
#if ! irix_TARGET_OS && ! defined(__MINGW32__)
# if defined(HAVE_SYS_RESOURCE_H)
# include <sys/resource.h>
...
...
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