diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-06 16:58:57 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-06 16:58:57 +0000 |
commit | 406035ae7aebc710bf47132ff7b466e0f01044a7 (patch) | |
tree | e12ff9a37d7db24b62ba35d1bc21b3444295869e /libiberty | |
parent | 428af2fe3068e94096f979757b643a2069b901e3 (diff) | |
download | gcc-406035ae7aebc710bf47132ff7b466e0f01044a7.tar.gz |
libiberty:
* pexecute.txh (pex_free): Document process killing.
include:
* libiberty.h (pex_free): Document process killing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128192 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/pexecute.txh | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 2e4339064ec..781a9611579 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2007-09-06 Tom Tromey <tromey@redhat.com> + + * pexecute.txh (pex_free): Document process killing. + 2007-08-31 Douglas Gregor <doug.gregor@gmail.com> * cp-demangle.c (d_dump): Handle diff --git a/libiberty/pexecute.txh b/libiberty/pexecute.txh index b87c0e53a6d..8baf9a0d01b 100644 --- a/libiberty/pexecute.txh +++ b/libiberty/pexecute.txh @@ -265,7 +265,9 @@ process times, all the fields will be set to @code{0}. @deftypefn Extension void pex_free (struct pex_obj @var{obj}) -Clean up and free all data associated with @var{obj}. +Clean up and free all data associated with @var{obj}. If you have not +yet called @code{pex_get_times} or @code{pex_get_status}, this will +try to kill the subprocesses. @end deftypefn |