]> TLD Linux GIT Repositories - packages/gcc.git/blob - gcc-siginfo_t.patch
- rel 9; add patch 14
[packages/gcc.git] / gcc-siginfo_t.patch
1 --- a/gcc/config/i386/linux-unwind.h    2011-01-03 20:52:22.000000000 +0000
2 +++ b/gcc/config/i386/linux-unwind.h    2012-07-06 12:23:51.562859470 +0100
3 @@ -133,9 +133,9 @@
4      {
5        struct rt_sigframe {
6         int sig;
7 -       struct siginfo *pinfo;
8 +       siginfo_t *pinfo;
9         void *puc;
10 -       struct siginfo info;
11 +       siginfo_t info;
12         struct ucontext uc;
13        } *rt_ = context->cfa;
14        /* The void * cast is necessary to avoid an aliasing warning.