Date: Sun, 25 Mar 2001 21:23:49 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Mark E." Message-Id: <9743-Sun25Mar2001212349+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 > > ESPIPE -- Invalid seek: attempt to seek on a pipe. Never happens in > DJGPP, except for NetWare-related operations, since pipes are simulated > with regular files in MS-DOS, and therefore are always seekable. Btw, `pipe' is listed as "Always fails" in libc.tex. This should be changed now.