]> sourceware.org Git - newlib-cygwin.git/commitdiff
merge from gcc
authorDJ Delorie <dj@redhat.com>
Thu, 6 Sep 2007 17:22:36 +0000 (17:22 +0000)
committerDJ Delorie <dj@redhat.com>
Thu, 6 Sep 2007 17:22:36 +0000 (17:22 +0000)
include/ChangeLog
include/libiberty.h

index 3c6743b2caae45d1ce01c64e0bf29453573c916b..9dfb1b08a4c1777f697927722d0415518dcd2827 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-06  Tom Tromey  <tromey@redhat.com>
+
+       * libiberty.h (pex_free): Document process killing.
+
 2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>
 
        * demangle.h (enum demangle_component_type): Add
index 4e697343fb6f9095f41e9d4da1d343b4c6342c26..6ea8761fcd1a1498da7f7dd1d994b07258792855 100644 (file)
@@ -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 *);
 
This page took 0.031311 seconds and 5 git commands to generate.