Subject: ENXIO not documented for open(2) ?
To: None <current-users@netbsd.org>
From: Jaromir Dolecek <dolecek@ics.muni.cz>
List: current-users
Date: 10/21/1999 15:54:31
Hi,
under Solaris and Linux, open(2) can return ENXIO
when we are attempting to open a fifo for writing
in O_NONBLOCK mode and nobody has it open for reading yet.
NetBSD does the right thing in that case or the
error return value is just not documented ?

Jaromir