X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fposix%2FSignals.h;h=72355599150ce001a0c14b7eb1ecde8e0ed5ec9b;hb=e8832eb9f05ca46d9315250c3baf7010eb0630a4;hp=4d0a5a5fc74109b6ee7ff7c12218b552d16e2968;hpb=c3685050fd288d928c4e26fb2e43fc33e304391c;p=ghc-hetmet.git diff --git a/rts/posix/Signals.h b/rts/posix/Signals.h index 4d0a5a5..7235559 100644 --- a/rts/posix/Signals.h +++ b/rts/posix/Signals.h @@ -13,7 +13,7 @@ # include #endif -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" rtsBool anyUserHandlers(void); @@ -24,9 +24,11 @@ extern siginfo_t *next_pending_handler; void startSignalHandlers(Capability *cap); #endif +Capability *ioManagerStartCap (Capability *cap); + extern StgInt *signal_handlers; -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* POSIX_SIGNALS_H */