[project @ 2005-04-07 14:33:31 by simonmar]
authorsimonmar <unknown>
Thu, 7 Apr 2005 14:33:32 +0000 (14:33 +0000)
committersimonmar <unknown>
Thu, 7 Apr 2005 14:33:32 +0000 (14:33 +0000)
commit202065fe56bd604d26d1924cbc9c0959266ca7ea
tree50164501abc01cd9e623b71c97cd49131c88df81
parenta4860575fcc59c6fcdf9f7fe74e137264dc05da8
[project @ 2005-04-07 14:33:31 by simonmar]
Support handling signals in the threaded RTS by passing the signal
number down the pipe to the IO manager.  This avoids needing
synchronisation in the signal handler.

Signals should now work with -threaded.  Since this is a bugfix, I'll
merge the changes into the 6.4 branch.
GHC/Conc.lhs
System/Posix/Signals.hs