summaryrefslogtreecommitdiff
path: root/arch/powerpc/bits/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/bits/signal.h')
-rw-r--r--arch/powerpc/bits/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/bits/signal.h b/arch/powerpc/bits/signal.h
index d633694d..c304450b 100644
--- 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;