cvs commit: fptools/ghc/lib/std/cbits system.c

Reuben Thomas rrt@glass.cse.ogi.edu
Mon, 19 Feb 2001 08:18:38 -0800


rrt         2001/02/19 08:18:38 PST

  Modified files:
    ghc/lib/std/cbits    system.c 
  Log:
  Use Sleep under mingw rather than sleep (which is obsolete), and try using
  fork under cygwin (it should work by now, shurely...).
  
  Revision  Changes    Path
  1.10      +10 -9     fptools/ghc/lib/std/cbits/system.c