projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f95f96
)
remove useless and incorrect uc_regspace member from mips ucontext_t
author
Rich Felker
<dalias@aerifal.cx>
Wed, 19 Mar 2014 01:37:05 +0000
(21:37 -0400)
committer
Rich 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
patch
|
blob
|
history
diff --git
a/arch/mips/bits/signal.h
b/arch/mips/bits/signal.h
index 56ccdb73637ef1ac237d95b4a903196cc61ede15..f26c37daeda4443ba84a47cb8bbbb18939ba7a51 100644
(file)
--- 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