Commit b21cdcc9 authored by Anton Blanchard's avatar Anton Blanchard

[PATCH] fix compile warning

Fix warning about undefined struct pt_regs.
parent 70696d63
......@@ -221,6 +221,7 @@ static inline void init_sigpending(struct sigpending *sig)
extern long do_sigpending(void *, unsigned long);
#ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER
struct pt_regs;
extern int get_signal_to_deliver(siginfo_t *info, struct pt_regs *regs);
#endif
......
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