sof         2002/07/23 20:38:58 PDT

  Modified files:
    ghc/rts              Select.c 
  Log:
  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.)
  
  Revision  Changes    Path
  1.22      +9 -8      fptools/ghc/rts/Select.c
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to