Re: [PATCH v4] gdb: align siginfo_t with the Linux kernel definition

Matthieu Longo <[email protected]> Tue, 28 Jul 2026 13:29:30 +0100
Newsgroups gmane.comp.gdb.patches
Message-ID <[email protected]>
On 28/07/2026 12:09, Andreas Schwab wrote:
> On Jul 28 2026, Matthieu Longo wrote:
> 
>> Please let me know if you find a better solution to fix this build issue.
>> Note: renaming the enum values is an option, but then create inconsistencies with the names of
>> macros which I would prefer to be aligned.
> 
> <signal.h> reserves all identifiers beginning with si_.
> 

I am going to publish a new revision taking this feedback into account.
Thanks Andreas.

Matthieu