* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".

* shared.h: Split out "child_info" stuff into a new header file and use where
necessary.  Declare pid_exists.
* child_info.h: New file.
This commit is contained in:
Christopher Faylor
2000-09-01 20:54:22 +00:00
parent b13be6f6fb
commit 488c7683e3
9 changed files with 81 additions and 56 deletions

View File

@ -26,6 +26,7 @@ details. */
#include "dtable.h"
#include "sync.h"
#include "sigproc.h"
#include "child_info.h"
#include "pinfo.h"
#include "perthread.h"