From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19840 invoked by alias); 6 Jul 2012 13:10:09 -0000 Received: (qmail 19757 invoked by uid 22791); 6 Jul 2012 13:10:09 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from alpha.arachsys.com (HELO alpha.arachsys.com) (91.203.57.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 Jul 2012 13:09:54 +0000 Received: from [81.2.114.212] (helo=arachsys.com) by alpha.arachsys.com with esmtpa (Exim 4.72) (envelope-from ) id 1Sn8ID-0002MX-CG; Fri, 06 Jul 2012 14:09:53 +0100 Date: Fri, 06 Jul 2012 13:10:00 -0000 From: Chris Webb To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Replace struct siginfo with siginfo_t Message-ID: <20120706130952.GK13885@arachsys.com> References: <20120706124530.GG13885@arachsys.com> <4FF6E1B6.6020901@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FF6E1B6.6020901@redhat.com> 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: 2012-07/txt/msg00088.txt.bz2 Pedro Alves writes: > On 07/06/2012 01:45 PM, Chris Webb wrote: > > Glibc 2.16.0 removes the undocumented definition of 'struct siginfo' from > > . This struct is also available as the POSIX-defined > > siginfo_t, so replace all uses of struct siginfo with siginfo_t. > > Thanks, but this was already fixed by: > 2012-03-21 Thomas Schwinge Ah sorry, I should have checked git HEAD first. I think people will start stumbling on this rather more frequently now the first 2.16.x glibc release is out. Best wishes, Chris.