From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16589 invoked by alias); 9 Dec 2002 18:43:22 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16554 invoked from network); 9 Dec 2002 18:43:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Dec 2002 18:43:21 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gB9IHqP16346 for ; Mon, 9 Dec 2002 13:17:52 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB9IhKD14586 for ; Mon, 9 Dec 2002 13:43:20 -0500 Received: from localhost.localdomain (vpn50-3.rdu.redhat.com [172.16.50.3]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB9IhKu12700 for ; Mon, 9 Dec 2002 13:43:20 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id gB9IhEH08477 for gdb-patches@sources.redhat.com; Mon, 9 Dec 2002 11:43:14 -0700 Date: Mon, 09 Dec 2002 11:40:00 -0000 From: Kevin Buettner Message-Id: <1021209184314.ZM8476@localhost.localdomain> In-Reply-To: Kevin Buettner "[RFA] lin-lwp.c: Remove ``const'' from strsignal() declaration" (Dec 5, 4:20pm) References: <1021205232031.ZM17206@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: Re: [RFA] lin-lwp.c: Remove ``const'' from strsignal() declaration MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00284.txt.bz2 On Dec 5, 4:20pm, Kevin Buettner wrote: > As noted in gdb@, I was seeing a conflict between the declarations of > strsignal() in lin-lwp.c and in . The patch below is one > way of fixing the problem. > > Okay to commit? > > * lin-lwp.c (strsignal): Make extern declaration match that of glibc. Committed.