X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fposix%2FSignals.h;h=72355599150ce001a0c14b7eb1ecde8e0ed5ec9b;hb=209e093599d0d4db5487d124895d817c55b7c052;hp=b80f711b17e53f880c89c86f2297a1387938ce2c;hpb=e5959748501564df4a266cbf4df94cb28327f76d;p=ghc-hetmet.git diff --git a/rts/posix/Signals.h b/rts/posix/Signals.h index b80f711..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); @@ -28,7 +28,7 @@ Capability *ioManagerStartCap (Capability *cap); extern StgInt *signal_handlers; -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* POSIX_SIGNALS_H */