summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/sigcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/sigcontext.h')
-rw-r--r--include/asm-ppc/sigcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/sigcontext.h b/include/asm-ppc/sigcontext.h
index 4bd66a707d..715c868ab6 100644
--- a/include/asm-ppc/sigcontext.h
+++ b/include/asm-ppc/sigcontext.h
@@ -9,7 +9,7 @@ struct sigcontext_struct {
int signal;
unsigned long handler;
unsigned long oldmask;
- struct pt_regs *regs;
+ struct pt_regs *regs;
};
#endif
OpenPOWER on IntegriCloud