summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/exit.c3
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(&current->sighand->siglock);
return 0;
}
-
+
+EXPORT_SYMBOL(allow_signal);
/*
* Put all the gunge required to become a kernel thread without