X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fsched.h;h=6f7c9a4d80e5250edf6429c7999cc5cd1ead68cf;hb=b0138a6cb7923a997d278b47c176778534d1095b;hp=5053dc01fad4148c89eff49723056ed0be7f9190;hpb=6572d6d7d0f965dda19d02af804ed3ae4b3bf1fc;p=powerpc.git diff --git a/include/linux/sched.h b/include/linux/sched.h index 5053dc01fa..6f7c9a4d80 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1329,6 +1329,7 @@ extern int kill_pid_info(int sig, struct siginfo *info, struct pid *pid); extern int kill_pid_info_as_uid(int, struct siginfo *, struct pid *, uid_t, uid_t, u32); extern int kill_pgrp(struct pid *pid, int sig, int priv); extern int kill_pid(struct pid *pid, int sig, int priv); +extern int kill_proc_info(int, struct siginfo *, pid_t); extern void do_notify_parent(struct task_struct *, int); extern void force_sig(int, struct task_struct *); extern void force_sig_specific(int, struct task_struct *);