提交 7cac4ce5 编写于 作者: D David S. Miller

[TTY]: Export proc_clear_tty() to modulea.

A use was added to the solaris syscall module which
can be built modular.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 f16537ba
......@@ -3880,6 +3880,7 @@ void proc_clear_tty(struct task_struct *p)
p->signal->tty = NULL;
spin_unlock_irq(&p->sighand->siglock);
}
EXPORT_SYMBOL(proc_clear_tty);
static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册