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:
3fae236
)
fix invalid usage of mcontext_t in powerpc signal.h
author
rofl0r
<retnyg@gmx.net>
Wed, 21 Nov 2012 05:24:05 +0000
(06:24 +0100)
committer
rofl0r
<retnyg@gmx.net>
Wed, 21 Nov 2012 05:24:05 +0000
(06:24 +0100)
arch/powerpc/bits/signal.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/bits/signal.h
b/arch/powerpc/bits/signal.h
index d633694dcc7151f6c4462a2ecb158ef33e62f583..c304450b02b62aefb8c2644e869869cb2a5c126d 100644
(file)
--- a/
arch/powerpc/bits/signal.h
+++ b/
arch/powerpc/bits/signal.h
@@
-27,7
+27,7
@@
typedef struct __ucontext {
struct __ucontext *uc_link;
stack_t uc_stack;
int uc_pad[7];
-
struct
mcontext_t *uc_regs;
+ mcontext_t *uc_regs;
sigset_t uc_sigmask;