Date: Sun, 25 Mar 2001 21:19:57 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Mark E." Message-Id: <2950-Sun25Mar2001211957+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <3ABDF323.25456.8C414B@localhost> (snowball3@bigfoot.com) Subject: Re: new pipe patch References: <3ABD3110 DOT 20018 DOT 23D9EC AT localhost> <3ABDF323 DOT 25456 DOT 8C414B AT localhost> 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 > From: "Mark E." > Date: Sun, 25 Mar 2001 13:31:15 -0500 > > Also -- since the change is almost trivial -- should popen be changed to add > in FILE_DESC_PIPE to prevent seeks with it's fd? I'm not sure; what does the Posix standard say about these descriptors? Is it possible to fseek the FILE object returned by popen?