projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16537b
)
[TTY]: Export proc_clear_tty() to modulea.
author
David S. Miller
<davem@sunset.davemloft.net>
Fri, 11 May 2007 21:30:57 +0000
(14:30 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Sat, 12 May 2007 04:39:23 +0000
(21:39 -0700)
A use was added to the solaris syscall module which
can be built modular.
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/char/tty_io.c
patch
|
blob
|
history
diff --git
a/drivers/char/tty_io.c
b/drivers/char/tty_io.c
index
fe62c21
..
bc84995
100644
(file)
--- a/
drivers/char/tty_io.c
+++ b/
drivers/char/tty_io.c
@@
-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)
{