mirror of git://git.musl-libc.org/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.
This commit is contained in:
parent
5f95f965e9
commit
d444064d5a
|
@ -44,7 +44,6 @@ typedef struct __ucontext {
|
||||||
stack_t uc_stack;
|
stack_t uc_stack;
|
||||||
mcontext_t uc_mcontext;
|
mcontext_t uc_mcontext;
|
||||||
sigset_t uc_sigmask;
|
sigset_t uc_sigmask;
|
||||||
unsigned long uc_regspace[128];
|
|
||||||
} ucontext_t;
|
} ucontext_t;
|
||||||
|
|
||||||
#define SA_NOCLDSTOP 1
|
#define SA_NOCLDSTOP 1
|
||||||
|
|
Loading…
Reference in New Issue