aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libgcc/config/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libgcc/config/m68k')
-rw-r--r--gcc-4.9/libgcc/config/m68k/linux-unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/libgcc/config/m68k/linux-unwind.h b/gcc-4.9/libgcc/config/m68k/linux-unwind.h
index 1ba2a0c43..d67767e33 100644
--- a/gcc-4.9/libgcc/config/m68k/linux-unwind.h
+++ b/gcc-4.9/libgcc/config/m68k/linux-unwind.h
@@ -33,7 +33,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/* <sys/ucontext.h> is unfortunately broken right now. */
struct uw_ucontext {
unsigned long uc_flags;
- struct ucontext *uc_link;
+ ucontext_t *uc_link;
stack_t uc_stack;
mcontext_t uc_mcontext;
unsigned long uc_filler[80];