diff options
Diffstat (limited to 'include/linux/pid.h')
-rw-r--r-- | include/linux/pid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pid.h b/include/linux/pid.h index 93da7e2d9f30..359121086de1 100644 --- a/include/linux/pid.h +++ b/include/linux/pid.h | |||
@@ -89,6 +89,7 @@ extern struct pid *FASTCALL(find_pid(int nr)); | |||
89 | * Lookup a PID in the hash table, and return with it's count elevated. | 89 | * Lookup a PID in the hash table, and return with it's count elevated. |
90 | */ | 90 | */ |
91 | extern struct pid *find_get_pid(int nr); | 91 | extern struct pid *find_get_pid(int nr); |
92 | extern struct pid *find_ge_pid(int nr); | ||
92 | 93 | ||
93 | extern struct pid *alloc_pid(void); | 94 | extern struct pid *alloc_pid(void); |
94 | extern void FASTCALL(free_pid(struct pid *pid)); | 95 | extern void FASTCALL(free_pid(struct pid *pid)); |