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

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 10 Oct 2000 02:28:50 -0700


simonmar    2000/10/10 02:28:50 PDT

  Modified files:
    ghc/lib/std/cbits    fileObject.c 
  Log:
  Loop in fill_up_line_buffer if read returns EINTR.  The code
  previously just returned in this case.
  
  Revision  Changes    Path
  1.11      +2 -2      fptools/ghc/lib/std/cbits/fileObject.c