aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/signal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index 5630255d2e2a..8a04869402fb 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -1137,7 +1137,8 @@ int kill_pid_info(int sig, struct siginfo *info, struct pid *pid)
1137 return error; 1137 return error;
1138} 1138}
1139 1139
1140static int kill_proc_info(int sig, struct siginfo *info, pid_t pid) 1140int
1141kill_proc_info(int sig, struct siginfo *info, pid_t pid)
1141{ 1142{
1142 int error; 1143 int error;
1143 rcu_read_lock(); 1144 rcu_read_lock();