|
@@ -460,7 +460,7 @@ struct signal_struct {
|
|
|
|
|
|
/* ITIMER_REAL timer for the process */
|
|
|
struct hrtimer real_timer;
|
|
|
- struct task_struct *tsk;
|
|
|
+ struct pid *leader_pid;
|
|
|
ktime_t it_real_incr;
|
|
|
|
|
|
/* ITIMER_PROF and ITIMER_VIRTUAL timers for the process */
|
|
@@ -1686,7 +1686,6 @@ extern void block_all_signals(int (*notifier)(void *priv), void *priv,
|
|
|
extern void unblock_all_signals(void);
|
|
|
extern void release_task(struct task_struct * p);
|
|
|
extern int send_sig_info(int, struct siginfo *, struct task_struct *);
|
|
|
-extern int send_group_sig_info(int, struct siginfo *, struct task_struct *);
|
|
|
extern int force_sigsegv(int, struct task_struct *);
|
|
|
extern int force_sig_info(int, struct siginfo *, struct task_struct *);
|
|
|
extern int __kill_pgrp_info(int sig, struct siginfo *info, struct pid *pgrp);
|