Date: Sun, 7 Jan 2007 23:06:53 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys open.2 Message-ID: <200701072306.l07N6rBJ065969@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701072306.l07N6rBJ065969>