cvs commit: fptools/ghc/rts Itimer.c Select.c

Reuben Thomas rrt@glass.cse.ogi.edu
Tue, 27 Feb 2001 04:43:46 -0800


rrt         2001/02/27 04:43:46 PST

  Modified files:
    ghc/rts              Itimer.c Select.c 
  Log:
  mingwin "fixes": getourtimeofday now returns the right units, and awaitEvent
  fudged to use WinSock select(), so that although it doesn't work for file
  handles, at least it doesn't cause nasty crashes; instead it just blocks.
  
  Revision  Changes    Path
  1.21      +2 -2      fptools/ghc/rts/Itimer.c
  1.15      +26 -16    fptools/ghc/rts/Select.c