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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 7a69c4d224ee..d8733f07d80b 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2218,6 +2218,7 @@ extern void normalize_rt_tasks(void);
2218extern struct task_group init_task_group; 2218extern struct task_group init_task_group;
2219#ifdef CONFIG_USER_SCHED 2219#ifdef CONFIG_USER_SCHED
2220extern struct task_group root_task_group; 2220extern struct task_group root_task_group;
2221extern void set_tg_uid(struct user_struct *user);
2221#endif 2222#endif
2222 2223
2223extern struct task_group *sched_create_group(struct task_group *parent); 2224extern struct task_group *sched_create_group(struct task_group *parent);