aboutsummaryrefslogtreecommitdiff
path: root/libiberty/pex-common.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2006-06-01 14:57:50 +0000
committerDJ Delorie <dj@redhat.com>2006-06-01 14:57:50 +0000
commit014a8caf46e8c0a25de0df38d859652ad6533f04 (patch)
tree445b4ff531f4dc525d54113e70eeb6a748de4df8 /libiberty/pex-common.h
parent8473f7a446bf3883ec64758583910ab497d4bc10 (diff)
downloadfsf-binutils-gdb-014a8caf46e8c0a25de0df38d859652ad6533f04.zip
fsf-binutils-gdb-014a8caf46e8c0a25de0df38d859652ad6533f04.tar.gz
fsf-binutils-gdb-014a8caf46e8c0a25de0df38d859652ad6533f04.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/pex-common.h')
-rw-r--r--libiberty/pex-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/pex-common.h b/libiberty/pex-common.h
index 8ded138..520f26a 100644
--- a/libiberty/pex-common.h
+++ b/libiberty/pex-common.h
@@ -104,6 +104,7 @@ struct pex_funcs
error and set *ERRMSG and *ERR. */
long (*exec_child) (struct pex_obj *, int /* flags */,
const char */* executable */, char * const * /* argv */,
+ char * const * /* env */,
int /* in */, int /* out */, int /* errdes */,
const char **/* errmsg */, int */* err */);
/* Close a descriptor. Return 0 on success, -1 on error. */