X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;h=1bf840bb883bda1bf58af35c884c9472cf7fd4b4;hb=fff1f6194c3c39de53cd645bda9865fb131b1c68;hp=a47f9533835e53feedd6594ff7acebb13cc5e55f;hpb=7d7c187b4a12f1bb350e85cdb0115e19537cc704;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index a47f953..1bf840b 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -9,7 +9,7 @@ #ifndef RTSUTILS_H #define RTSUTILS_H -#pragma GCC visibility push(hidden) +#include "BeginPrivate.h" /* ----------------------------------------------------------------------------- * (Checked) dynamic allocation @@ -35,7 +35,7 @@ void stgFree(void* p); void heapOverflow(void); char *time_str(void); -char *ullong_format_string(ullong, char *, rtsBool); +char *showStgWord64(StgWord64, char *, rtsBool); #ifdef DEBUG void heapCheckFail( void ); @@ -43,14 +43,9 @@ 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 +#include "EndPrivate.h" #endif /* RTSUTILS_H */