summaryrefslogtreecommitdiff
path: root/arch/powerpc64/bits/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc64/bits/signal.h')
-rw-r--r--arch/powerpc64/bits/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc64/bits/signal.h b/arch/powerpc64/bits/signal.h
index 4dec22a5..d5493b18 100644
--- a/arch/powerpc64/bits/signal.h
+++ b/arch/powerpc64/bits/signal.h
@@ -32,7 +32,7 @@ typedef struct sigcontext {
int _pad0;
unsigned long handler;
unsigned long oldmask;
- void *regs;
+ struct pt_regs *regs;
gregset_t gp_regs;
fpregset_t fp_regs;
vrregset_t *v_regs;