aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/config/pa/linux-unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/config/pa/linux-unwind.h')
-rw-r--r--gcc-4.6/gcc/config/pa/linux-unwind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.6/gcc/config/pa/linux-unwind.h b/gcc-4.6/gcc/config/pa/linux-unwind.h
index a0560e974..38b4eda7a 100644
--- a/gcc-4.6/gcc/config/pa/linux-unwind.h
+++ b/gcc-4.6/gcc/config/pa/linux-unwind.h
@@ -1,5 +1,5 @@
/* DWARF2 EH unwinding support for PA Linux.
- Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2005, 2009, 2012 Free Software Foundation, Inc.
This file is part of GCC.
@@ -63,7 +63,7 @@ pa32_fallback_frame_state (struct _Unwind_Context *context,
int i;
struct sigcontext *sc;
struct rt_sigframe {
- struct siginfo info;
+ siginfo_t info;
struct ucontext uc;
} *frame;