summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsUtils.h')
-rw-r--r--rts/RtsUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h
index 1bf840bb88..b571126828 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 */