Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
b14ddb2f
Commit
b14ddb2f
authored
Jan 17, 2013
by
ian@well-typed.com
Browse files
Expose genericRaise; fixes signals004(dyn) no OS X 32
parent
0dc9f1c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
includes/rts/Utils.h
View file @
b14ddb2f
...
...
@@ -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 */
rts/RtsUtils.h
View file @
b14ddb2f
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment