X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;h=1bf840bb883bda1bf58af35c884c9472cf7fd4b4;hb=1e8493b3646fcc568a11d502552710848d46aa41;hp=241cbf33680bcaae7f63591103d84ff44e5effcb;hpb=071e8839d633d6326048702a323f1c28ebc86d48;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 241cbf3..1bf840b 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -9,6 +9,8 @@ #ifndef RTSUTILS_H #define RTSUTILS_H +#include "BeginPrivate.h" + /* ----------------------------------------------------------------------------- * (Checked) dynamic allocation * -------------------------------------------------------------------------- */ @@ -33,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 ); @@ -41,12 +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); +#include "EndPrivate.h" #endif /* RTSUTILS_H */