summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/libiberty/pex-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/libiberty/pex-common.h')
-rw-r--r--binutils-2.25/libiberty/pex-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils-2.25/libiberty/pex-common.h b/binutils-2.25/libiberty/pex-common.h
index af338e6..b6db248 100644
--- a/binutils-2.25/libiberty/pex-common.h
+++ b/binutils-2.25/libiberty/pex-common.h
@@ -104,7 +104,7 @@ struct pex_funcs
/* Open file NAME for writing. If BINARY is non-zero, open in
binary mode. Return >= 0 on success, -1 on error. */
int (*open_write) (struct pex_obj *, const char */* name */,
- int /* binary */);
+ int /* binary */, int /* append */);
/* Execute a child process. FLAGS, EXECUTABLE, ARGV, ERR are from
pex_run. IN, OUT, ERRDES, TOCLOSE are all descriptors, from
open_read, open_write, or pipe, or they are one of STDIN_FILE_NO,