Date: Sun, 24 Oct 1999 09:35:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: djgpp-workers AT delorie DOT com Subject: Re: Bug in fsetpos()? In-Reply-To: <3810AB47.B2D9CFCE@tudor21.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 22 Oct 1999, Richard Dawe wrote: > Alain Magloire wrote: > > However all implemetations have seen just call fseek() > > > > int fsetpos(FILE *stream, const fpos_t *pos) { > > return fseek(stream, *pos, SEEK_SET); > > } > > and let errno propagates up, > > That's exactly my point. fsetpos() was calling fseek() and then ignoring > its return code! I think this *is* a bug. DJ, do I understand that you have reservations about correcting this?