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