From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12792 invoked by alias); 17 May 2011 16:28:37 -0000 Received: (qmail 12769 invoked by uid 22791); 17 May 2011 16:28:36 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_FAIL,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mail-n.franken.de (HELO mail-n.franken.de) (193.175.24.27) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 May 2011 16:28:13 +0000 Received: from aqua.hirmke.de (aquarius.franken.de [193.175.24.89]) by mail-n.franken.de (Postfix) with ESMTP id 5E1BB1C0B4617; Tue, 17 May 2011 18:28:12 +0200 (CEST) Received: from calimero.vinschen.de (calimero.vinschen.de [192.168.129.6]) by aqua.hirmke.de (Postfix) with ESMTP id BD07226C042; Tue, 17 May 2011 18:28:11 +0200 (CEST) Received: by calimero.vinschen.de (Postfix, from userid 500) id A337B2CA6FE; Tue, 17 May 2011 18:28:11 +0200 (CEST) Date: Tue, 17 May 2011 19:42:00 -0000 From: Corinna Vinschen To: gcc-patches@gcc.gnu.org Cc: Richard Earnshaw Subject: Re: Libiberty: POSIXify psignal definition Message-ID: <20110517162811.GT5248@calimero.vinschen.de> References: <20110505073039.GA23122@calimero.vinschen.de> <1305646410.29122.21.camel@e102346-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1305646410.29122.21.camel@e102346-lin.cambridge.arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg01234.txt.bz2 On May 17 16:33, Richard Earnshaw wrote: > > On Thu, 2011-05-05 at 09:30 +0200, Corinna Vinschen wrote: > > [Please keep me CCed, I'm not subscribed to gcc-patches. Thank you] > > > > Hi, > > > > the definition of psignal in libiberty is > > > > void psignal (int, char *); > > > > The correct definition per POSIX is > > > > void psignal (int, const char *); > > > > The below patch fixes that. > > > > > > Thanks, > > Corinna > > > > > > * strsignal.c (psignal): Change second parameter to const char *. > > Fix comment accordingly. > > > > OK. > > R. Thanks. I just have no check in rights to the gcc repository. I applied the change to the sourceware CVS repository but for gcc I need a proxy. Thanks, Corinna -- Corinna Vinschen Cygwin Project Co-Leader Red Hat