aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 0df7231d9ee..0cb4f097f76 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2160,7 +2160,7 @@ extern int kill_pid_info_as_uid(int, struct siginfo *, struct pid *, uid_t, uid_
2160extern int kill_pgrp(struct pid *pid, int sig, int priv); 2160extern int kill_pgrp(struct pid *pid, int sig, int priv);
2161extern int kill_pid(struct pid *pid, int sig, int priv); 2161extern int kill_pid(struct pid *pid, int sig, int priv);
2162extern int kill_proc_info(int, struct siginfo *, pid_t); 2162extern int kill_proc_info(int, struct siginfo *, pid_t);
2163extern bool do_notify_parent(struct task_struct *, int); 2163extern __must_check bool do_notify_parent(struct task_struct *, int);
2164extern void __wake_up_parent(struct task_struct *p, struct task_struct *parent); 2164extern void __wake_up_parent(struct task_struct *p, struct task_struct *parent);
2165extern void force_sig(int, struct task_struct *); 2165extern void force_sig(int, struct task_struct *);
2166extern int send_sig(int, struct task_struct *, int); 2166extern int send_sig(int, struct task_struct *, int);