Revert "[PATCH] make kernel/signal.c:kill_proc_info() static"
This reverts commit d3228a887c
.
DeBunk this code. We need it for compat_sys_rt_sigqueueinfo.
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
committed by
Kyle McMartin
parent
d104f11c39
commit
c3de4b3815
@ -1137,7 +1137,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();
|
||||
|
Reference in New Issue
Block a user