From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25746 invoked by alias); 15 Jan 2009 03:33:52 -0000 Received: (qmail 25733 invoked by uid 453); 15 Jan 2009 03:33:52 -0000 Date: Thu, 15 Jan 2009 03:33:00 -0000 Message-ID: <20090115033352.25731.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/language/c/libc/stdio/current Ch ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2009/txt/msg00003.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2009-01-15 03:33:52 Modified files: packages/language/c/libc/stdio/current: ChangeLog packages/language/c/libc/stdio/current/src/common: fflush.cxx Log message: * src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Ensure the files table can't change. Thanks to Xiaochen Zhou for the detective work.