commit | 9288d1a3c7ed0abaa7976844e5d42bbd4fa0eae3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sun Oct 08 15:05:14 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 08 12:32:36 2006 -0700 |
tree | 8fb12a98e87630631b61c8d65afe94327e61848e | |
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>
diff --git a/include/asm-m68k/signal.h b/include/asm-m68k/signal.h index de1ba6e..3db8a81 100644 --- a/include/asm-m68k/signal.h +++ b/include/asm-m68k/signal.h
@@ -198,6 +198,7 @@ return word ^ 31; } +struct pt_regs; extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie); #endif /* __KERNEL__ */