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 af6947e69b40..680bb03a4b90 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1770,7 +1770,7 @@ extern long do_fork(unsigned long, unsigned long, struct pt_regs *, unsigned lon | |||
1770 | struct task_struct *fork_idle(int); | 1770 | struct task_struct *fork_idle(int); |
1771 | 1771 | ||
1772 | extern void set_task_comm(struct task_struct *tsk, char *from); | 1772 | extern void set_task_comm(struct task_struct *tsk, char *from); |
1773 | extern void get_task_comm(char *to, struct task_struct *tsk); | 1773 | extern char *get_task_comm(char *to, struct task_struct *tsk); |
1774 | 1774 | ||
1775 | #ifdef CONFIG_SMP | 1775 | #ifdef CONFIG_SMP |
1776 | extern void wait_task_inactive(struct task_struct * p); | 1776 | extern void wait_task_inactive(struct task_struct * p); |