From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27184 invoked by alias); 16 Feb 2009 20:45:16 -0000 Received: (qmail 27176 invoked by uid 22791); 16 Feb 2009 20:45:15 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Feb 2009 20:45:07 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KF600G00EGH9W00@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Mon, 16 Feb 2009 22:45:34 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.82.14]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KF6004E4EZTFHX1@i_mtaout2.012.net.il>; Mon, 16 Feb 2009 22:45:34 +0200 (IST) Date: Mon, 16 Feb 2009 20:50:00 -0000 From: Eli Zaretskii Subject: Re: Modernize solaris threads support. In-reply-to: <200902161934.52519.pedro@codesourcery.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200902160549.49108.pedro@codesourcery.com> <200902161934.52519.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: 2009-02/txt/msg00336.txt.bz2 > From: Pedro Alves > Date: Mon, 16 Feb 2009 19:34:52 +0000 > Cc: gdb-patches@sourceware.org > > On Monday 16 February 2009 19:09:57, Eli Zaretskii wrote: > > Why did you need to remove these prototypes while at that? > > Do you need the prototypes at all? These are static > functions that are defined before any use. Adjusting unneeded > prototypes is just unnecessary, redundant extra work, exactly in > cases like this one. So what, I have to do it myself now?