From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7870 invoked by alias); 29 Mar 2004 12:59:06 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 7856 invoked by uid 9341); 29 Mar 2004 12:59:05 -0000 Date: Mon, 29 Mar 2004 12:59:00 -0000 Message-ID: <20040329125905.7854.qmail@sources.redhat.com> From: asl@sources.redhat.com To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/language/c/libc/stdio/current Ch ... X-SW-Source: 2004/txt/msg00132.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2004-03-29 12:59:05 Modified files: packages/language/c/libc/stdio/current: ChangeLog Log message: * include/stream.inl (set_position): Flush the output buffer before seeking the underlying file otherwise the writes ends up in the wrong location in the file.