aboutsummaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-03-29 19:32:15 +0000
committerDJ Delorie <dj@redhat.com>2005-03-29 19:32:15 +0000
commit7e10245c4e51c031270878e8937f6e030aef14e0 (patch)
treebc78565ac0c689965884b4b1e96b51ae707c2c0b /include/libiberty.h
parent4cc91dba12d0461b0fd31b02bdb53c1a2ee87088 (diff)
downloadfsf-binutils-gdb-7e10245c4e51c031270878e8937f6e030aef14e0.zip
fsf-binutils-gdb-7e10245c4e51c031270878e8937f6e030aef14e0.tar.gz
fsf-binutils-gdb-7e10245c4e51c031270878e8937f6e030aef14e0.tar.bz2
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 1bdf0ce..eb5633b 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.