[project @ 1996-06-30 15:56:44 by partain]
[ghc-hetmet.git] / ghc / runtime / io / getCPUTime.lc
index 0a5d1a5..729a101 100644 (file)
@@ -4,7 +4,9 @@
 \subsection[getCPUTime.lc]{getCPUTime Runtime Support}
 
 \begin{code}
+#define NON_POSIX_SOURCE /*needed for solaris2 only?*/
 
+/* how is this to work given we have not read platform.h yet? */
 #ifdef hpux_TARGET_OS
 #define _INCLUDE_HPUX_SOURCE
 #endif