projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90a4a81
)
[project @ 2005-11-18 15:10:31 by simonmar]
author
simonmar
<unknown>
Fri, 18 Nov 2005 15:10:31 +0000
(15:10 +0000)
committer
simonmar
<unknown>
Fri, 18 Nov 2005 15:10:31 +0000
(15:10 +0000)
cosmetic
ghc/rts/posix/GetTime.c
patch
|
blob
|
history
diff --git
a/ghc/rts/posix/GetTime.c
b/ghc/rts/posix/GetTime.c
index
cbc277f
..
a5fcb21
100644
(file)
--- a/
ghc/rts/posix/GetTime.c
+++ b/
ghc/rts/posix/GetTime.c
@@
-34,7
+34,7
@@
#error No implementation for getProcessCPUTime() available.
#endif
-#if (defined(HAVE_GETTIMEOFDAY) && defined(HAVE_GETRUSAGE) && !irix_HOST_OS)
+#if defined(HAVE_GETTIMEOFDAY) && defined(HAVE_GETRUSAGE) && !irix_HOST_OS
// we'll implement getProcessCPUTime() and getProcessElapsedTime()
// separately, using getrusage() and gettimeofday() respectively