From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25612 invoked by alias); 13 May 2011 19:05:30 -0000 Received: (qmail 25604 invoked by uid 22791); 13 May 2011 19:05:29 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from elasmtp-banded.atl.sa.earthlink.net (HELO elasmtp-banded.atl.sa.earthlink.net) (209.86.89.70) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 May 2011 19:05:13 +0000 Received: from [70.170.59.51] (helo=macbook-2.local) by elasmtp-banded.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1QKxfk-0005rp-SF for gdb-patches@sourceware.org; Fri, 13 May 2011 15:05:13 -0400 Message-ID: <4DCD80E3.3030400@earthlink.net> Date: Fri, 13 May 2011 19:05:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [RFA] Remove set debug lin-lwp-async, new ui_file.to_write_async_safe References: <20110510204641.A4C73246199@ruffy.mtv.corp.google.com> <201105102230.29758.pedro@codesourcery.com> <20110511073900.GA1776@host1.jankratochvil.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940dd0cba51881ffb0e005ababc3b251732350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00331.txt.bz2 On 5/13/11 10:32 AM, Doug Evans wrote: > (stdio_file_write_async_safe): New function. FYI, my build moans about the unchecked result of write() in this, although it's not clear what one ought to do with a result. Stan stan@codesourcery.com