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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 0cb4f097f76c..39acee2c8929 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2318,11 +2318,6 @@ static inline int thread_group_empty(struct task_struct *p)
2318#define delay_group_leader(p) \ 2318#define delay_group_leader(p) \
2319 (thread_group_leader(p) && !thread_group_empty(p)) 2319 (thread_group_leader(p) && !thread_group_empty(p))
2320 2320
2321static inline int task_detached(struct task_struct *p)
2322{
2323 return p->exit_signal == -1;
2324}
2325
2326/* 2321/*
2327 * Protects ->fs, ->files, ->mm, ->group_info, ->comm, keyring 2322 * Protects ->fs, ->files, ->mm, ->group_info, ->comm, keyring
2328 * subscriptions and synchronises with wait4(). Also used in procfs. Also 2323 * subscriptions and synchronises with wait4(). Also used in procfs. Also