linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / pid.h
index a0b1988..5e46c1d 100644 (file)
@@ -7,7 +7,8 @@ enum pid_type
        PIDTYPE_TGID,
        PIDTYPE_PGID,
        PIDTYPE_SID,
-       PIDTYPE_MAX
+       PIDTYPE_MAX,
+       PIDTYPE_REALPID
 };
 
 struct pid
@@ -52,6 +53,4 @@ 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 */