diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-11-13 10:45:18 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-11-13 10:45:18 +0000 |
commit | e5959748501564df4a266cbf4df94cb28327f76d (patch) | |
tree | fb34ab2eb5c7a6c0b1d5a27ae05471d2c517b70b /rts/posix/Signals.h | |
parent | 3bc73cd67e6cfacd2fc823019f1b6012cdf1ccb4 (diff) | |
download | haskell-e5959748501564df4a266cbf4df94cb28327f76d.tar.gz |
The rest of the #1185 patch (forkProcess and -threaded)
Due to darcs confusion, I managed to leave out part of the patch for
#1185. This should make 1185(threaded1) go through now.
Diffstat (limited to 'rts/posix/Signals.h')
-rw-r--r-- | rts/posix/Signals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/posix/Signals.h b/rts/posix/Signals.h index 4d0a5a5fc7..b80f711b17 100644 --- a/rts/posix/Signals.h +++ b/rts/posix/Signals.h @@ -24,6 +24,8 @@ extern siginfo_t *next_pending_handler; void startSignalHandlers(Capability *cap); #endif +Capability *ioManagerStartCap (Capability *cap); + extern StgInt *signal_handlers; END_RTS_PRIVATE |