aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pid.h')
-rw-r--r--include/linux/pid.h1
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 */
91extern struct pid *find_get_pid(int nr); 91extern struct pid *find_get_pid(int nr);
92extern struct pid *find_ge_pid(int nr);
92 93
93extern struct pid *alloc_pid(void); 94extern struct pid *alloc_pid(void);
94extern void FASTCALL(free_pid(struct pid *pid)); 95extern void FASTCALL(free_pid(struct pid *pid));