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:
2403c20
)
[project @ 1999-10-26 09:34:09 by sof]
author
sof
<unknown>
Tue, 26 Oct 1999 09:34:09 +0000
(09:34 +0000)
committer
sof
<unknown>
Tue, 26 Oct 1999 09:34:09 +0000
(09:34 +0000)
wibble
ghc/lib/std/cbits/getClockTime.c
patch
|
blob
|
history
diff --git
a/ghc/lib/std/cbits/getClockTime.c
b/ghc/lib/std/cbits/getClockTime.c
index
06ba5fe
..
0aa8e06
100644
(file)
--- a/
ghc/lib/std/cbits/getClockTime.c
+++ b/
ghc/lib/std/cbits/getClockTime.c
@@
-1,11
+1,15
@@
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
*
- * $Id: getClockTime.c,v 1.7 1999/10/20 10:08:33 sof Exp $
+ * $Id: getClockTime.c,v 1.8 1999/10/26 09:34:09 sof Exp $
*
* getClockTime Runtime Support
*/
+#ifndef _AIX
+#define NON_POSIX_SOURCE /* gettimeofday */
+#endif
+
#include "Rts.h"
#include "stgio.h"