diff options
Diffstat (limited to 'include/libiberty.h')
-rw-r--r-- | include/libiberty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index 1bdf0ce8f72..eb5633b26ec 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. |