about summary refs log tree commit diff
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 06efb11c..c1bf3caf 100644
--- a/arch/powerpc/bits/signal.h
+++ b/arch/powerpc/bits/signal.h
@@ -28,7 +28,7 @@ struct sigcontext {
 	int signal;
 	unsigned long handler;
 	unsigned long oldmask;
-	void *regs;
+	struct pt_regs *regs;
 };
 
 typedef struct {