X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FGetTime.h;h=7b89c058220c0f2d5df73cf9275755d873f9cf29;hb=b2bd63f99d643f6b3eb30bb72bb9ae26d4183252;hp=11da6411641e94f180b90e46268d49224c997829;hpb=7d7c187b4a12f1bb350e85cdb0115e19537cc704;p=ghc-hetmet.git diff --git a/rts/GetTime.h b/rts/GetTime.h index 11da641..7b89c05 100644 --- a/rts/GetTime.h +++ b/rts/GetTime.h @@ -9,7 +9,7 @@ #ifndef GETTIME_H #define GETTIME_H -#pragma GCC visibility push(hidden) +#include "BeginPrivate.h" // We'll use a fixed resolution of usec for now. The machine // dependent implementation may have a different resolution, but we'll @@ -25,6 +25,6 @@ void getProcessTimes (Ticks *user, Ticks *elapsed); // Not strictly timing, but related nat getPageFaults (void); -#pragma GCC visibility pop +#include "EndPrivate.h" #endif /* GETTIME_H */