From: sof Date: Wed, 24 Jul 2002 03:38:58 +0000 (+0000) Subject: [project @ 2002-07-24 03:38:58 by sof] X-Git-Tag: Approx_11550_changesets_converted~1809 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=126ebbae699dc0d3dcd5f8b6e25907132e47a668;hp=126ebbae699dc0d3dcd5f8b6e25907132e47a668;p=ghc-hetmet.git [project @ 2002-07-24 03:38:58 by sof] awaitEvent: if select() reports EBADF, always unblock all waiting threads, even if the prior invocation of select() also elicited an EBADF. The 'smart' that was there previously runs the risk of working against us (if the EBADFs are coming from different fds), so the above scheme is preferable (and simpler.) ---