This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: O_NONBLOCK for pipes


On Sat, Sep 20, 2003 at 01:13:53PM +0400, "Artem Khodush"  wrote:
>I have straightforward patch, containing about 20 lines of new code,
>which implements O_NONBLOCK fcntl for pipes using
>SetNamedPipeHandleState NT API call.
>
>Two questions before I send it:
>
>Will it be considered trivial, so that copyright assignement is not
>required?

No, sorry.

>Is there some deep reason, which I don't see, why this was not
>implemented before?

What does it buy you?  O_NONBLOCK is already implemented for pipes
without this call, AFAIK.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]