X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=gcc-siginfo_t.patch;fp=gcc-siginfo_t.patch;h=f01c177562ef5290aa16f955c061897f3fc48b4b;hb=1e735f513ea98510ed3a1bb2aebd6bd954d48d42;hp=0000000000000000000000000000000000000000;hpb=533b1aebeb85580ca8ffd85f0b6422c200d3a00e;p=packages%2Fgcc.git diff --git a/gcc-siginfo_t.patch b/gcc-siginfo_t.patch new file mode 100644 index 0000000..f01c177 --- /dev/null +++ b/gcc-siginfo_t.patch @@ -0,0 +1,14 @@ +--- a/gcc/config/i386/linux-unwind.h 2011-01-03 20:52:22.000000000 +0000 ++++ b/gcc/config/i386/linux-unwind.h 2012-07-06 12:23:51.562859470 +0100 +@@ -133,9 +133,9 @@ + { + struct rt_sigframe { + int sig; +- struct siginfo *pinfo; ++ siginfo_t *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.