X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;h=e47dbb911003baad20ff856cd5ad2d57290668b5;hb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e;hp=a47f9533835e53feedd6594ff7acebb13cc5e55f;hpb=7d7c187b4a12f1bb350e85cdb0115e19537cc704;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index a47f953..e47dbb9 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -9,7 +9,7 @@ #ifndef RTSUTILS_H #define RTSUTILS_H -#pragma GCC visibility push(hidden) +BEGIN_RTS_PRIVATE /* ----------------------------------------------------------------------------- * (Checked) dynamic allocation @@ -43,14 +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 +END_RTS_PRIVATE #endif /* RTSUTILS_H */