From: Rich Felker Date: Wed, 19 Mar 2014 01:37:05 +0000 (-0400) Subject: remove useless and incorrect uc_regspace member from mips ucontext_t X-Git-Tag: v1.0.0~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d444064d5a1fad60033378a3dd58b3371981e5c5;p=musl remove useless and incorrect uc_regspace member from mips ucontext_t this seems to have been copied erroneously from the arm version of the file. it's fairly harmless but it's a mistake and better to fix now than later. --- diff --git a/arch/mips/bits/signal.h b/arch/mips/bits/signal.h index 56ccdb73..f26c37da 100644 --- a/arch/mips/bits/signal.h +++ b/arch/mips/bits/signal.h @@ -44,7 +44,6 @@ typedef struct __ucontext { stack_t uc_stack; mcontext_t uc_mcontext; sigset_t uc_sigmask; - unsigned long uc_regspace[128]; } ucontext_t; #define SA_NOCLDSTOP 1