summaryrefslogtreecommitdiff
path: root/libgcc/config/m68k/linux-unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config/m68k/linux-unwind.h')
-rw-r--r--libgcc/config/m68k/linux-unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/m68k/linux-unwind.h b/libgcc/config/m68k/linux-unwind.h
index 82c7a297a6d..9ea39d454aa 100644
--- a/libgcc/config/m68k/linux-unwind.h
+++ b/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];