Re: blocking during open

2003-03-16 Thread jkjellman
could point me to a driver that already does this I would be most greatful. Take care, KJohn - Original Message - From: Andrew C Aitchison [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 3:20 AM Subject: Re: blocking during open On Tue, 11 Mar 2003, jkjellman wrote

Re: blocking during open

2003-03-12 Thread Andrew C Aitchison
On Tue, 11 Mar 2003, jkjellman wrote: I am having a little trouble with an open on a pipe. Here is offending line xf86open( /namedpipe, O_RDONLY | O_NONBLOCK ); FYI, in the xf86open case I have already modified xfToOsOpenFlags to allow xf86Open to use the O_NONBLOCK flag. Sorry if I'm

Re: blocking during open

2003-03-12 Thread Andrew C Aitchison
On Tue, 11 Mar 2003, jkjellman wrote: I am having a little trouble with an open on a pipe. Here is offending line xf86open( /namedpipe, O_RDONLY | O_NONBLOCK ); I note from the comment in xfToOsOpenFlags that O_RDONLY is zero (set in xf86_libc.h) so this flag never reaches the real open !