[project @ 2005-03-02 13:11:00 by simonmar]
authorsimonmar <unknown>
Wed, 2 Mar 2005 13:11:00 +0000 (13:11 +0000)
committersimonmar <unknown>
Wed, 2 Mar 2005 13:11:00 +0000 (13:11 +0000)
commit04a66406a173c23a85081d3768a0364a03d6af5c
treebdfd21dcd7a14eb64acac38f483e8fc6ae8b952e
parent6cd8e25a9ad88133e04f424b6daf0c6a7db2bba8
[project @ 2005-03-02 13:11:00 by simonmar]
We should not assume that the timeout parameter to select() is updated
with the time left over after select() returns.  Linux does this, but
FreeBSD does not.

Fixes -threaded hangs on FreeBSD.
GHC/Conc.lhs