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 8a4812c1c038..d1c9b7f1d51e 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1632,7 +1632,7 @@ extern struct task_struct *find_task_by_vpid(pid_t nr); | |||
1632 | extern struct task_struct *find_task_by_pid_ns(pid_t nr, | 1632 | extern struct task_struct *find_task_by_pid_ns(pid_t nr, |
1633 | struct pid_namespace *ns); | 1633 | struct pid_namespace *ns); |
1634 | 1634 | ||
1635 | extern void __set_special_pids(pid_t session, pid_t pgrp); | 1635 | extern void __set_special_pids(struct pid *pid); |
1636 | 1636 | ||
1637 | /* per-UID process charging. */ | 1637 | /* per-UID process charging. */ |
1638 | extern struct user_struct * alloc_uid(struct user_namespace *, uid_t); | 1638 | extern struct user_struct * alloc_uid(struct user_namespace *, uid_t); |