]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/config/sh/linux-unwind.h
Update copyright years.
[thirdparty/gcc.git] / libgcc / config / sh / linux-unwind.h
index 65005beb2d14fadecaedd88aa90d43e288dc44ff..8cd30f43ddecfd18b2db0c6735d329c90139f625 100644 (file)
@@ -1,5 +1,5 @@
 /* DWARF2 EH unwinding support for SH Linux.
-   Copyright (C) 2004-2016 Free Software Foundation, Inc.
+   Copyright (C) 2004-2022 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -82,7 +82,7 @@ sh_fallback_frame_state (struct _Unwind_Context *context,
     {
       struct rt_sigframe {
        siginfo_t info;
-       struct ucontext uc;
+       ucontext_t uc;
       } *rt_ = context->cfa;
       /* The void * cast is necessary to avoid an aliasing warning.
          The aliasing warning is correct, but should not be a problem