cvs commit: fptools/ghc/lib/std PrelPosix.hsc

Julian Seward sewardj@glass.cse.ogi.edu
Tue, 9 Oct 2001 08:57:27 -0700


sewardj     2001/10/09 08:57:27 PDT

  Modified files:        (Branch: ghc-5-02-branch)
    ghc/lib/std          PrelPosix.hsc 
  Log:
  merge rev 1.14:
  
    A failure while trying to set O_NONBLOCK on a file descriptor should
    be a non-fatal error.  It turns out that on FreeBSD it is an error
    (ENODEV) to try to set O_NONBLOCK on /dev/null.
  
  Revision  Changes    Path
  1.13.2.1  +6 -4      fptools/ghc/lib/std/PrelPosix.hsc