[project @ 1997-07-07 17:08:21 by andre]
[ghc-hetmet.git] / ghc / lib / cbits / getClockTime.lc
index 913d38d..b6f42e6 100644 (file)
@@ -5,7 +5,9 @@
 
 \begin{code}
 
+#ifndef _AIX
 #define NON_POSIX_SOURCE    /* gettimeofday */
+#endif
 
 #include "rtsdefs.h"
 #include "stgio.h"