Commit 00a9353c authored by David S. Miller's avatar David S. Miller

[SPARC64]: Re-export force_sig to modules.

Used by sparc envctl drivers, specifically envctl.c and bbc_envctrl.c
under drivers/sbus/char/
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2a136606
...@@ -1942,6 +1942,7 @@ int get_signal_to_deliver(siginfo_t *info, struct k_sigaction *return_ka, ...@@ -1942,6 +1942,7 @@ int get_signal_to_deliver(siginfo_t *info, struct k_sigaction *return_ka,
EXPORT_SYMBOL(recalc_sigpending); EXPORT_SYMBOL(recalc_sigpending);
EXPORT_SYMBOL_GPL(dequeue_signal); EXPORT_SYMBOL_GPL(dequeue_signal);
EXPORT_SYMBOL(flush_signals); EXPORT_SYMBOL(flush_signals);
EXPORT_SYMBOL(force_sig);
EXPORT_SYMBOL(kill_pg); EXPORT_SYMBOL(kill_pg);
EXPORT_SYMBOL(kill_proc); EXPORT_SYMBOL(kill_proc);
EXPORT_SYMBOL(ptrace_notify); EXPORT_SYMBOL(ptrace_notify);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment