From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9257 invoked by alias); 17 Mar 2011 13:20:18 -0000 Received: (qmail 9244 invoked by uid 22791); 17 Mar 2011 13:20:17 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Mar 2011 13:20:13 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A3F312BB106 for ; Thu, 17 Mar 2011 09:20:11 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Kn6J-TKnLfKt for ; Thu, 17 Mar 2011 09:20:11 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 778542BB105 for ; Thu, 17 Mar 2011 09:20:11 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E50AD1459B0; Thu, 17 Mar 2011 17:20:05 +0400 (RET) Date: Thu, 17 Mar 2011 14:58:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [PATCH] Add 'getthrds' declaration check in configure for AIX Message-ID: <20110317132005.GY31264@adacore.com> References: <1300231553-27938-1-git-send-email-brobecker@adacore.com> <201103160017.45295.pedro@codesourcery.com> <20110316014023.GO31264@adacore.com> <201103161144.26628.pedro@codesourcery.com> <20110316131717.GP31264@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110316131717.GP31264@adacore.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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-03/txt/msg00893.txt.bz2 > PR gdb/12116: > * configure.ac: Add getthrds declaration check. > * configure, config.in: Regenerate. > * aix-thread.c (getthrds): Declare only if not already declared > in procinfo.h. More declaration out of get_signaled_thread to > global scope. Now checked in. -- Joel