* [PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h)
@ 2006-10-08 14:05 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-10-08 14:05 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-m68k, linux-kernel
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
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 de1ba6e..3db8a81 100644
--- a/include/asm-m68k/signal.h
+++ b/include/asm-m68k/signal.h
@@ -198,6 +198,7 @@ static inline int sigfindinword(unsigned
return word ^ 31;
}
+struct pt_regs;
extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie);
#endif /* __KERNEL__ */
--
1.4.2.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-08 14:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-08 14:05 [PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h) Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox