Skip to content
Snippets Groups Projects
Commit 56d03280 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Expose genericRaise; fixes signals004(dyn) no OS X 32

parent 80263822
No related merge requests found
......@@ -18,4 +18,7 @@
HsInt genSymZh(void);
HsInt resetGenSymZh(void);
/* Alternate to raise(3) for threaded rts, for BSD-based OSes */
int genericRaise(int sig);
#endif /* RTS_UTILS_H */
......@@ -43,9 +43,6 @@ void heapCheckFail( void );
void printRtsInfo(void);
/* Alternate to raise(3) for threaded rts, for OpenBSD */
int genericRaise(int sig);
void checkFPUStack(void);
#include "EndPrivate.h"
......
......@@ -160,7 +160,7 @@ SLOW)
BINDIST="BINDIST=YES"
;;
NORMAL)
MAKE_TEST_TARGET=test
MAKE_TEST_TARGET=fulltest
BINDIST="BINDIST=YES"
;;
FAST)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment