From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Fri, 23 Mar 2001 09:18:18 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: pipe() emulation Message-ID: <3ABB14DA.736.7C7D6@localhost> In-reply-to: <9743-Fri23Mar2001132632+0200-eliz@is.elta.co.il> References: <3ABA9AB6 DOT 9970 DOT 50AA59 AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > After looking over the POSIX docs for pipe, I took out the code that moved up > > the handles since it goes against at least two sentences in the draft > > standard. > > Which ones? These two: Their integer values shall be the two lowest available at the time of the pipe() call. The O_NONBLOCK and FD_CLOEXEC flags shall be clear on both file descriptors.