123456789101112131415161718192021222324252627 |
- diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h
- index ebdf0281071..beef554b31c 100644
- --- a/gcc/config/m68k/linux.h
- +++ b/gcc/config/m68k/linux.h
- @@ -73,6 +73,9 @@ along with GCC; see the file COPYING3. If not see
-
-
-
- +
- +
- +
-
-
- %{!shared: \
- diff --git a/libgcc/config/m68k/linux-unwind.h b/libgcc/config/m68k/linux-unwind.h
- index fbe0d4748ba..57c354ee9b4 100644
- --- a/libgcc/config/m68k/linux-unwind.h
- +++ b/libgcc/config/m68k/linux-unwind.h
- @@ -37,7 +37,7 @@ struct uw_ucontext {
- stack_t uc_stack;
- mcontext_t uc_mcontext;
- unsigned long uc_filler[80];
- - __sigset_t uc_sigmask;
- + sigset_t uc_sigmask;
- };
-
-
|