[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>
This commit is contained in:
@@ -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__ */
|
||||||
|
|||||||
Reference in New Issue
Block a user