X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsUtils.h;h=97769b916b858bb568fa12e7b7369d8def251142;hb=f469905af60366ec85f08c0e9f83a34624d3a160;hp=3ee597113f50a42d6afbd6d43f8153c8d88ae5e7;hpb=20d697a1c300663df2c1472e222e57c84c4385fc;p=ghc-hetmet.git diff --git a/ghc/rts/RtsUtils.h b/ghc/rts/RtsUtils.h index 3ee5971..97769b9 100644 --- a/ghc/rts/RtsUtils.h +++ b/ghc/rts/RtsUtils.h @@ -50,8 +50,4 @@ 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