]> granicus.if.org Git - musl/commitdiff
remove useless and incorrect uc_regspace member from mips ucontext_t
authorRich Felker <dalias@aerifal.cx>
Wed, 19 Mar 2014 01:37:05 +0000 (21:37 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 19 Mar 2014 01:37:05 +0000 (21:37 -0400)
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.

arch/mips/bits/signal.h

index 56ccdb73637ef1ac237d95b4a903196cc61ede15..f26c37daeda4443ba84a47cb8bbbb18939ba7a51 100644 (file)
@@ -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