diff options
Diffstat (limited to 'rts/GetTime.h')
-rw-r--r-- | rts/GetTime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/GetTime.h b/rts/GetTime.h index 11da641164..03e1f171be 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 */ |