X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FRtsUtils.h;h=b57112682816b660607435f92e529adb6414435f;hp=24033b94828cacd1c3a0eba5313a6adf899c2521;hb=c5b178be60a5a44abd2f4ddf8c399857678326e2;hpb=51b85031ce99f1e9d4c72249d6d85672188f0fbd diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 24033b9..b571126 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -46,7 +46,7 @@ void printRtsInfo(void); /* Alternate to raise(3) for threaded rts, for OpenBSD */ int genericRaise(int sig); -int rts_isProfiled(void); +void checkFPUStack(void); #include "EndPrivate.h"