aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/bfin/linux-unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config/bfin/linux-unwind.h')
-rw-r--r--libgcc/config/bfin/linux-unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/bfin/linux-unwind.h b/libgcc/config/bfin/linux-unwind.h
index 9412c7652b8..37e9feb6965 100644
--- a/libgcc/config/bfin/linux-unwind.h
+++ b/libgcc/config/bfin/linux-unwind.h
@@ -52,7 +52,7 @@ bfin_fallback_frame_state (struct _Unwind_Context *context,
void *puc;
char retcode[8];
siginfo_t info;
- struct ucontext uc;
+ ucontext_t uc;
} *rt_ = context->cfa;
/* The void * cast is necessary to avoid an aliasing warning.