diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 0f91d00efd87..6790c3b42072 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2180,7 +2180,7 @@ static inline void sched_autogroup_fork(struct signal_struct *sig) { } | |||
2180 | static inline void sched_autogroup_exit(struct signal_struct *sig) { } | 2180 | static inline void sched_autogroup_exit(struct signal_struct *sig) { } |
2181 | #endif | 2181 | #endif |
2182 | 2182 | ||
2183 | extern bool yield_to(struct task_struct *p, bool preempt); | 2183 | extern int yield_to(struct task_struct *p, bool preempt); |
2184 | extern void set_user_nice(struct task_struct *p, long nice); | 2184 | extern void set_user_nice(struct task_struct *p, long nice); |
2185 | extern int task_prio(const struct task_struct *p); | 2185 | extern int task_prio(const struct task_struct *p); |
2186 | /** | 2186 | /** |