This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / pid.h
index 5b2fcb1..a0b1988 100644 (file)
@@ -52,4 +52,6 @@ extern void switch_exec_pids(struct task_struct *leader, struct task_struct *thr
                        hlist_unhashed(&(task)->pids[type].pid_chain)); \
        }                                                               \
 
+extern int pid_alive(struct task_struct *p);
+
 #endif /* _LINUX_PID_H */