Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-03-29 23:32:15 +0400
committerDJ Delorie <dj@redhat.com>2005-03-29 23:32:15 +0400
commit2e1cd255742cea138ec5d0181601769922ca22be (patch)
treeba0633535c7778141b4df60935f55c3c5aa93883 /include/libiberty.h
parented874f87e037a1e30643c84c3b5bcaaf8caa0d8c (diff)
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index 1bdf0ce8f..eb5633b26 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -454,7 +454,7 @@ extern int pex_get_times (struct pex_obj *, int count,
/* Clean up a pex_obj. */
- extern void pex_free (struct pex_obj *);
+extern void pex_free (struct pex_obj *);
/* Just execute one program. Return value is as for pex_run.
FLAGS Combination of PEX_SEARCH and PEX_STDERR_TO_STDOUT.