diff options
author | Christopher Faylor <me@cgf.cx> | 2000-09-01 20:54:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-09-01 20:54:22 +0000 |
commit | 488c7683e311fe19bb0c2d03e3a260ac9f95e86b (patch) | |
tree | af99406e50c4c9b97de29ca58ea00b150acaf9e9 /winsup/cygwin/fork.cc | |
parent | b13be6f6fb07be0120e0e3e8593ad2f9453a4764 (diff) | |
download | newlib-488c7683e311fe19bb0c2d03e3a260ac9f95e86b.zip newlib-488c7683e311fe19bb0c2d03e3a260ac9f95e86b.tar.gz newlib-488c7683e311fe19bb0c2d03e3a260ac9f95e86b.tar.bz2 |
* 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.
Diffstat (limited to 'winsup/cygwin/fork.cc')
-rw-r--r-- | winsup/cygwin/fork.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc index f93d3a8..981862a 100644 --- a/winsup/cygwin/fork.cc +++ b/winsup/cygwin/fork.cc @@ -22,6 +22,7 @@ details. */ #include "sync.h" #include "sigproc.h" #include "pinfo.h" +#include "child_info.h" #include "perthread.h" DWORD NO_COPY chunksize = 0; |