Advertisement
Guest User

siginfo_t_fix.patch

a guest
Jul 10th, 2012
6,903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement