diff options
Diffstat (limited to 'include/linux/pid.h')
| -rw-r--r-- | include/linux/pid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pid.h b/include/linux/pid.h index 29960b03bef7..93da7e2d9f30 100644 --- a/include/linux/pid.h +++ b/include/linux/pid.h | |||
| @@ -76,6 +76,8 @@ extern int FASTCALL(attach_pid(struct task_struct *task, | |||
| 76 | enum pid_type type, int nr)); | 76 | enum pid_type type, int nr)); |
| 77 | 77 | ||
| 78 | extern void FASTCALL(detach_pid(struct task_struct *task, enum pid_type)); | 78 | extern void FASTCALL(detach_pid(struct task_struct *task, enum pid_type)); |
| 79 | extern void FASTCALL(transfer_pid(struct task_struct *old, | ||
| 80 | struct task_struct *new, enum pid_type)); | ||
| 79 | 81 | ||
| 80 | /* | 82 | /* |
| 81 | * look up a PID in the hash table. Must be called with the tasklist_lock | 83 | * look up a PID in the hash table. Must be called with the tasklist_lock |
