Re: patch applied (ghc-6.6/ghc): fix _thr win32 build failures

Simon Marlow <[email protected]> Tue, 16 Jan 2007 09:39:17 +0000
Newsgroups gmane.comp.lang.haskell.cvs.all
Message-ID <45AC9D45.4020605__17857.6902756051$1168940376$gmane$org@microsoft.com>
Sigbjorn Finne wrote:
> Fri Jan 12 15:04:01 PST 2007  [email protected]
>   * fix _thr win32 build failures
> 
>     M ./rts/RtsStartup.c -2 +2
>     M ./rts/win32/AsyncIO.c +3
>     M ./rts/win32/IOManager.c +4

Thanks.  Ian: the following patch no longer needs to be merged:

 > Fri Dec  1 06:07:53 PST 2006  Simon Marlow <[email protected]>
 >   * Remove the Windows Async IO Manager completely in THREADED_RTS mode
 >   It isn't used here anyway, just making sure the code doesn't get compiled in.
 >
 >     M ./rts/RtsStartup.c -3 +3
 >     M ./rts/win32/AsyncIO.c +4
 >     M ./rts/win32/IOManager.c +5


Cheers,
	Simon