Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cac4ce5 authored by David S. Miller's avatar David S. Miller
Browse files

[TTY]: Export proc_clear_tty() to modulea.



A use was added to the solaris syscall module which
can be built modular.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f16537ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3880,6 +3880,7 @@ void proc_clear_tty(struct task_struct *p)
	p->signal->tty = NULL;
	p->signal->tty = NULL;
	spin_unlock_irq(&p->sighand->siglock);
	spin_unlock_irq(&p->sighand->siglock);
}
}
EXPORT_SYMBOL(proc_clear_tty);


static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty)
static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty)
{
{