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 16a982e389fb..0839a2c9b952 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2075,7 +2075,7 @@ static inline unsigned long wait_task_inactive(struct task_struct *p,
2075#define for_each_process(p) \ 2075#define for_each_process(p) \
2076 for (p = &init_task ; (p = next_task(p)) != &init_task ; ) 2076 for (p = &init_task ; (p = next_task(p)) != &init_task ; )
2077 2077
2078extern bool is_single_threaded(struct task_struct *); 2078extern bool current_is_single_threaded(void);
2079 2079
2080/* 2080/*
2081 * Careful: do_each_thread/while_each_thread is a double loop so 2081 * Careful: do_each_thread/while_each_thread is a double loop so