Date: Wed, 04 Apr 2001 19:25:39 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Martin Stromberg Message-Id: <9003-Wed04Apr2001192538+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: <200104041458.QAA12665@lws256.lu.erisoft.se> (message from Martin Stromberg on Wed, 4 Apr 2001 16:58:09 +0200 (MET DST)) Subject: Re: Bug00323, final? (LONG) References: <200104041458 DOT QAA12665 AT lws256 DOT lu DOT erisoft DOT se> 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: Martin Stromberg > Date: Wed, 4 Apr 2001 16:58:09 +0200 (MET DST) > > Eli said: > > differently. Can someone please check what happens on Unix and > > GNU/Linux systems? A simple test program which opens an existing file > > with "a" and then calls ftell and prints the result is all you need. Thanks. If I understand the results correctly, fopen and fdopen do seek to the end, while open does not?