Commit 9288d1a3 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h)

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a8f47c45
...@@ -198,6 +198,7 @@ static inline int sigfindinword(unsigned long word) ...@@ -198,6 +198,7 @@ static inline int sigfindinword(unsigned long word)
return word ^ 31; return word ^ 31;
} }
struct pt_regs;
extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie); extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie);
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment