X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=kernel%2Fsignal.c;h=3670225ecbc01eb5cd6898677ef34f17b4962990;hb=40caf5ea5a7d47f8a33e26b63ca81dea4b5109d2;hp=e2a7d4bf7d57aac779c29384da8c06ed034fad1f;hpb=ef29498655b18d2bfd69048e20835d19333981ab;p=linux-2.6-omap-h63xx.git diff --git a/kernel/signal.c b/kernel/signal.c index e2a7d4bf7d5..3670225ecbc 100644 --- a/kernel/signal.c +++ b/kernel/signal.c @@ -1140,7 +1140,8 @@ int kill_pid_info(int sig, struct siginfo *info, struct pid *pid) return error; } -static int kill_proc_info(int sig, struct siginfo *info, pid_t pid) +int +kill_proc_info(int sig, struct siginfo *info, pid_t pid) { int error; rcu_read_lock();