|
@@ -1329,14 +1329,11 @@ 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_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_pgrp(struct pid *pid, int sig, int priv);
|
|
extern int kill_pid(struct pid *pid, int sig, int priv);
|
|
extern int kill_pid(struct pid *pid, int sig, int priv);
|
|
-extern int __kill_pg_info(int sig, struct siginfo *info, pid_t pgrp);
|
|
|
|
-extern int kill_pg_info(int, struct siginfo *, pid_t);
|
|
|
|
extern void do_notify_parent(struct task_struct *, int);
|
|
extern void do_notify_parent(struct task_struct *, int);
|
|
extern void force_sig(int, struct task_struct *);
|
|
extern void force_sig(int, struct task_struct *);
|
|
extern void force_sig_specific(int, struct task_struct *);
|
|
extern void force_sig_specific(int, struct task_struct *);
|
|
extern int send_sig(int, struct task_struct *, int);
|
|
extern int send_sig(int, struct task_struct *, int);
|
|
extern void zap_other_threads(struct task_struct *p);
|
|
extern void zap_other_threads(struct task_struct *p);
|
|
-extern int kill_pg(pid_t, int, int);
|
|
|
|
extern int kill_proc(pid_t, int, int);
|
|
extern int kill_proc(pid_t, int, int);
|
|
extern struct sigqueue *sigqueue_alloc(void);
|
|
extern struct sigqueue *sigqueue_alloc(void);
|
|
extern void sigqueue_free(struct sigqueue *);
|
|
extern void sigqueue_free(struct sigqueue *);
|