diff options
author | DJ Delorie <dj@redhat.com> | 2007-09-06 17:22:39 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2007-09-06 17:22:39 +0000 |
commit | 3a0ab695150fd22a603b028677165f71cb502172 (patch) | |
tree | 76b7cdbf2ddcf031ecb1667158d7376719231b1a /include/libiberty.h | |
parent | 26186d7440dcc84fd70c92e43d547591b136a6b0 (diff) | |
download | gdb-3a0ab695150fd22a603b028677165f71cb502172.zip gdb-3a0ab695150fd22a603b028677165f71cb502172.tar.gz gdb-3a0ab695150fd22a603b028677165f71cb502172.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r-- | include/libiberty.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index 4e69734..6ea8761 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -1,6 +1,6 @@ /* Function declarations for libiberty. - Copyright 2001, 2002, 2005 Free Software Foundation, Inc. + Copyright 2001, 2002, 2005, 2007 Free Software Foundation, Inc. Note - certain prototypes declared in this header file are for functions whoes implementation copyright does not belong to the @@ -541,7 +541,8 @@ struct pex_time extern int pex_get_times (struct pex_obj *, int count, struct pex_time *vector); -/* Clean up a pex_obj. */ +/* Clean up a pex_obj. If you have not called pex_get_times or + pex_get_status, this will try to kill the subprocesses. */ extern void pex_free (struct pex_obj *); |