Unify event logging and debug tracing.
[ghc-hetmet.git] / rts / RtsUtils.h
index 241cbf3..cbf23b0 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef RTSUTILS_H
 #define RTSUTILS_H
 
+#pragma GCC visibility push(hidden)
+
 /* -----------------------------------------------------------------------------
  * (Checked) dynamic allocation
  * -------------------------------------------------------------------------- */
@@ -41,12 +43,11 @@ void heapCheckFail( void );
 
 void printRtsInfo(void);
 
-HsInt genSymZh(void);
-HsInt resetGenSymZh(void);
-
 /* Alternate to raise(3) for threaded rts, for OpenBSD */
 int genericRaise(int sig);
 
 int rts_isProfiled(void);
 
+#pragma GCC visibility pop
+
 #endif /* RTSUTILS_H */