aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/signal.c')
-rw-r--r--kernel/signal.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index b0b43a4ad8dd..cc45a6b69134 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -1205,20 +1205,6 @@ send_sig(int sig, struct task_struct *p, int priv)
1205 return send_sig_info(sig, __si_special(priv), p); 1205 return send_sig_info(sig, __si_special(priv), p);
1206} 1206}
1207 1207
1208/*
1209 * This is the entry point for "process-wide" signals.
1210 * They will go to an appropriate thread in the thread group.
1211 */
1212int
1213send_group_sig_info(int sig, struct siginfo *info, struct task_struct *p)
1214{
1215 int ret;
1216 read_lock(&tasklist_lock);
1217 ret = group_send_sig_info(sig, info, p);
1218 read_unlock(&tasklist_lock);
1219 return ret;
1220}
1221
1222void 1208void
1223force_sig(int sig, struct task_struct *p) 1209force_sig(int sig, struct task_struct *p)
1224{ 1210{