X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;fp=rts%2FRtsUtils.h;h=b57112682816b660607435f92e529adb6414435f;hb=035b8ebb5405efbcbfd3474821a877add1feca1e;hp=1bf840bb883bda1bf58af35c884c9472cf7fd4b4;hpb=41147ad2a9ca84ebe66386b3b0043cb7b48ddcd8;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 1bf840b..b571126 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -46,6 +46,8 @@ void printRtsInfo(void); /* Alternate to raise(3) for threaded rts, for OpenBSD */ int genericRaise(int sig); +void checkFPUStack(void); + #include "EndPrivate.h" #endif /* RTSUTILS_H */