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: [PATCH] Replace struct siginfo with siginfo_t


Pedro Alves <palves@redhat.com> writes:

> On 07/06/2012 01:45 PM, Chris Webb wrote:
> > Glibc 2.16.0 removes the undocumented definition of 'struct siginfo' from
> > <bits/siginfo.h>. 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  <thomas@codesourcery.com>

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.


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