Created
August 8, 2019 09:55
-
-
Save Wheest/bdd5bc7d487061e5c973f0fba4b96c47 to your computer and use it in GitHub Desktop.
gcc-4.5 patch
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 characters
--- 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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment