X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsUtils.h;h=3ee597113f50a42d6afbd6d43f8153c8d88ae5e7;hb=20d697a1c300663df2c1472e222e57c84c4385fc;hp=97769b916b858bb568fa12e7b7369d8def251142;hpb=1749c26268dc04363409d996d3836db0ce74f438;p=ghc-hetmet.git diff --git a/ghc/rts/RtsUtils.h b/ghc/rts/RtsUtils.h index 97769b9..3ee5971 100644 --- a/ghc/rts/RtsUtils.h +++ b/ghc/rts/RtsUtils.h @@ -50,4 +50,8 @@ extern void heapCheckFail( void ); extern void* __hscore_get_saved_termios(int fd); extern void __hscore_set_saved_termios(int fd, void* ts); +#if defined(openbsd_TARGET_OS) +extern int genericRaise(int sig); +#endif + #endif // RTSUTILS_H