From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7875 invoked by alias); 30 Oct 2008 21:29:37 -0000 Received: (qmail 7662 invoked by uid 22791); 30 Oct 2008 21:29:35 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 30 Oct 2008 21:27:26 +0000 Received: (qmail 10126 invoked from network); 30 Oct 2008 20:27:18 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 30 Oct 2008 20:27:18 -0000 From: Pedro Alves To: Tom Tromey Subject: Re: RFA: open-related cleanup handling Date: Thu, 30 Oct 2008 21:32:00 -0000 User-Agent: KMail/1.9.10 Cc: gdb-patches@sourceware.org References: <200810291740.14621.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200810302027.49528.pedro@codesourcery.com> 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: 2008-10/txt/msg00705.txt.bz2 On Thursday 30 October 2008 19:41:58, Tom Tromey wrote: > How about this? =A0I used make_cleanup_dtor -- same difference though. Great. Thanks, this is OK. > Built & regtested on x86-64 (compile farm). >=20 > What do you think of making make_my_cleanup and make_my_cleanup2 static? > They aren't used outside of utils.c. Fine with me. --=20 Pedro Alves