diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pid_namespace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pid_namespace.h b/include/linux/pid_namespace.h index caff5283d15c..1a49ab5ec7b9 100644 --- a/include/linux/pid_namespace.h +++ b/include/linux/pid_namespace.h | |||
@@ -85,4 +85,7 @@ static inline struct task_struct *task_child_reaper(struct task_struct *tsk) | |||
85 | return tsk->nsproxy->pid_ns->child_reaper; | 85 | return tsk->nsproxy->pid_ns->child_reaper; |
86 | } | 86 | } |
87 | 87 | ||
88 | void pidhash_init(void); | ||
89 | void pidmap_init(void); | ||
90 | |||
88 | #endif /* _LINUX_PID_NS_H */ | 91 | #endif /* _LINUX_PID_NS_H */ |