mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 21:54:11 +08:00
[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:
parent
a8f47c45ae
commit
9288d1a3c7
@ -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__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user