This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Modernize solaris threads support.


On Monday 16 February 2009 20:45:04, Eli Zaretskii wrote:
> > From: Pedro Alves <pedro@codesourcery.com>
> > 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?
> 

Sorry, I don't understand what you mean.  We either adjust the
unneeded prototypes, or we remove them altogether.  I've chosen
to remove them.  What are thinking you would have to do
yourself?

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]