cvs commit: src/lib/libc/sys open.2

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Jan 7 15:06:54 PST 2007


pjd         2007-01-07 23:06:53 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         open.2 
  Log:
  Be more specific in ENXIO description:
  - O_NONBLOCK flag has to be set, if it is not set, open(2) will wait for
    another process opening the fifo for reading,
  - Use O_WRONLY which implies that the file has to be opened _only_ for write.
  
  Revision  Changes    Path
  1.37      +4 -3      src/lib/libc/sys/open.2


More information about the cvs-src mailing list