Skip to content

Instantly share code, notes, and snippets.

@Wheest
Created August 8, 2019 09:55
Show Gist options
  • Save Wheest/bdd5bc7d487061e5c973f0fba4b96c47 to your computer and use it in GitHub Desktop.
Save Wheest/bdd5bc7d487061e5c973f0fba4b96c47 to your computer and use it in GitHub Desktop.
gcc-4.5 patch
--- 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