From: Martin Str|mberg Message-Id: <200104041827.UAA04284@mother.ludd.luth.se> Subject: Re: Bug00323, final? (LONG) To: djgpp-workers AT delorie DOT com Date: Wed, 4 Apr 2001 20:27:36 +0200 (MEST) In-Reply-To: <9003-Wed04Apr2001192538+0200-eliz@is.elta.co.il> from "Eli Zaretskii" at Apr 04, 2001 07:25:39 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 According to Eli Zaretskii: > Thanks. If I understand the results correctly, fopen and fdopen do > seek to the end, while open does not? Not quite. Your right about open() and fdopen(), but while fopen(x, "a") seeks to the end, fopen(x, "a+") does not. In short very varying results. I suggest we don't do any seeks. Right, MartinS