aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/riscv/linux-unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config/riscv/linux-unwind.h')
-rw-r--r--libgcc/config/riscv/linux-unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/riscv/linux-unwind.h b/libgcc/config/riscv/linux-unwind.h
index a051a2869d4..1c8aeff7ef0 100644
--- a/libgcc/config/riscv/linux-unwind.h
+++ b/libgcc/config/riscv/linux-unwind.h
@@ -42,7 +42,7 @@ riscv_fallback_frame_state (struct _Unwind_Context *context,
struct rt_sigframe
{
siginfo_t info;
- struct ucontext uc;
+ ucontext_t uc;
};
struct rt_sigframe *rt_;