提交 b994b6c0 编写于 作者: J Jaswinder Singh 提交者: Ingo Molnar

x86: signal_XX.c declare do_notify_resume before they get used

Signed-off-by: NJaswinder Singh <jaswinder@infradead.org>
上级 fb26132b
...@@ -140,6 +140,9 @@ struct sigaction { ...@@ -140,6 +140,9 @@ struct sigaction {
struct k_sigaction { struct k_sigaction {
struct sigaction sa; struct sigaction sa;
}; };
extern void do_notify_resume(struct pt_regs *, void *, __u32);
# else /* __KERNEL__ */ # else /* __KERNEL__ */
/* Here we must cater to libcs that poke about in kernel headers. */ /* Here we must cater to libcs that poke about in kernel headers. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册