X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=include%2Flibiberty.h;h=6ea8761fcd1a1498da7f7dd1d994b07258792855;hb=eedc8dd40db6eb5da595e532727b4ec0b1a0a08a;hp=4e697343fb6f9095f41e9d4da1d343b4c6342c26;hpb=17fa841e8f8c35d8a62bfc0da313e68880b29cd7;p=pf3gnuchains%2Fpf3gnuchains3x.git diff --git a/include/libiberty.h b/include/libiberty.h index 4e697343fb..6ea8761fcd 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 *);