X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FGetTime.h;h=03e1f171be144010966d2c36a34a230da4348854;hb=6cf8982ac30be6836a0cdd8be5a6ac1a1a144213;hp=11da6411641e94f180b90e46268d49224c997829;hpb=7d7c187b4a12f1bb350e85cdb0115e19537cc704;p=ghc-hetmet.git diff --git a/rts/GetTime.h b/rts/GetTime.h index 11da641..03e1f17 100644 --- a/rts/GetTime.h +++ b/rts/GetTime.h @@ -9,7 +9,7 @@ #ifndef GETTIME_H #define GETTIME_H -#pragma GCC visibility push(hidden) +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 @@ -25,6 +25,6 @@ void getProcessTimes (Ticks *user, Ticks *elapsed); // Not strictly timing, but related nat getPageFaults (void); -#pragma GCC visibility pop +END_RTS_PRIVATE #endif /* GETTIME_H */