diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-08 10:05:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-08 15:32:36 -0400 |
commit | 9288d1a3c7ed0abaa7976844e5d42bbd4fa0eae3 (patch) | |
tree | 8fb12a98e87630631b61c8d65afe94327e61848e /include/asm-m68k/signal.h | |
parent | a8f47c45aee6efa5ef7ec209b90681b091bd3d2c (diff) |
[PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-m68k/signal.h')
-rw-r--r-- | include/asm-m68k/signal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68k/signal.h b/include/asm-m68k/signal.h index de1ba6ead3b4..3db8a81942f1 100644 --- a/include/asm-m68k/signal.h +++ b/include/asm-m68k/signal.h | |||
@@ -198,6 +198,7 @@ static inline int sigfindinword(unsigned long word) | |||
198 | return word ^ 31; | 198 | return word ^ 31; |
199 | } | 199 | } |
200 | 200 | ||
201 | struct pt_regs; | ||
201 | extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie); | 202 | extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie); |
202 | 203 | ||
203 | #endif /* __KERNEL__ */ | 204 | #endif /* __KERNEL__ */ |