diff options
| author | Tomas Szepe <szepe@pinerecords.com> | 2003-02-11 17:25:32 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-11 17:25:32 -0800 |
| commit | 0cbea0df7837b132897c14a66568e9c70f970b9b (patch) | |
| tree | 618d172f1a6cad32b286891a0f16b3b3581f4a32 /kernel/exit.c | |
| parent | 92f777caa84097875cedca5a6fdded6328684ab9 (diff) | |
[PATCH] export allow_signal()
Export allow_signal(). It's needed by lockd, sunrpc and other modules.
Diffstat (limited to 'kernel/exit.c')
| -rw-r--r-- | kernel/exit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index c308fc5ddc8f..0523eb305c17 100644 --- a/kernel/exit.c +++ b/kernel/exit.c @@ -293,7 +293,8 @@ int allow_signal(int sig) spin_unlock_irq(¤t->sighand->siglock); return 0; } - + +EXPORT_SYMBOL(allow_signal); /* * Put all the gunge required to become a kernel thread without |
