Created
August 8, 2019 09:55
Revisions
-
Wheest created this gist
Aug 8, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ --- gcc/config/i386/linux-unwind_old.h 2019-08-08 11:02:37.812459833 +0200 +++ gcc/config/i386/linux-unwind.h 2019-08-08 11:36:20.876351869 +0200 @@ -135,7 +135,7 @@ int sig; struct siginfo *pinfo; void *puc; - struct siginfo info; + siginfo_t info; struct ucontext uc; } *rt_ = context->cfa; /* The void * cast is necessary to avoid an aliasing warning.