Skip to content

Commit

Permalink
[TTY]: Export proc_clear_tty() to modulea.
Browse files Browse the repository at this point in the history
A use was added to the solaris syscall module which
can be built modular.

Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
David S. Miller committed May 12, 2007
1 parent f16537b commit 7cac4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/char/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 7cac4ce

Please sign in to comment.