Wrap gcc on Windows, to provide the -B flags
[ghc-hetmet.git] / rts / GetTime.h
index 5f02df0..03e1f17 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef GETTIME_H
 #define GETTIME_H
 
+BEGIN_RTS_PRIVATE
+
 // We'll use a fixed resolution of usec for now.  The machine
 // dependent implementation may have a different resolution, but we'll
 // normalise to this for the machine independent interface.
@@ -23,4 +25,6 @@ void  getProcessTimes       (Ticks *user, Ticks *elapsed);
 // Not strictly timing, but related
 nat   getPageFaults         (void);
 
+END_RTS_PRIVATE
+
 #endif /* GETTIME_H */