diff options
Diffstat (limited to 'include/linux/pid.h')
-rw-r--r-- | include/linux/pid.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/pid.h b/include/linux/pid.h index 2ac27f9997dd..33d343880d89 100644 --- a/include/linux/pid.h +++ b/include/linux/pid.h | |||
@@ -76,8 +76,7 @@ extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type); | |||
76 | * write-held. | 76 | * write-held. |
77 | */ | 77 | */ |
78 | extern int FASTCALL(attach_pid(struct task_struct *task, | 78 | extern int FASTCALL(attach_pid(struct task_struct *task, |
79 | enum pid_type type, int nr)); | 79 | enum pid_type type, struct pid *pid)); |
80 | |||
81 | extern void FASTCALL(detach_pid(struct task_struct *task, enum pid_type)); | 80 | extern void FASTCALL(detach_pid(struct task_struct *task, enum pid_type)); |
82 | extern void FASTCALL(transfer_pid(struct task_struct *old, | 81 | extern void FASTCALL(transfer_pid(struct task_struct *old, |
83 | struct task_struct *new, enum pid_type)); | 82 | struct task_struct *new, enum pid_type)); |