X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fposix%2FSignals.c;h=abbb97ae68c43c809e62a487ba07ffb6b4e78139;hb=150cc9e2e4657cc58bd7ec4c15e5cb72f2e1c0f6;hp=2380eacfbdd3bf29161644792155ffa45a6626ff;hpb=ed12b7043fa98928f75c289a756fbcef546315f8;p=ghc-hetmet.git diff --git a/rts/posix/Signals.c b/rts/posix/Signals.c index 2380eac..abbb97a 100644 --- a/rts/posix/Signals.c +++ b/rts/posix/Signals.c @@ -17,6 +17,7 @@ #include "RtsUtils.h" #include "RtsFlags.h" #include "Prelude.h" +#include "ThrIOManager.h" #ifdef alpha_HOST_ARCH # if defined(linux_HOST_OS) @@ -40,7 +41,7 @@ * to POSIX.1 to control whether or not to include SA_NOCLDSTOP when * installing a SIGCHLD handler. */ -StgInt nocldstop = 0; +HsInt nocldstop = 0; /* ----------------------------------------------------------------------------- * The table of signal handlers