diff options
author | DJ Delorie <dj@redhat.com> | 2006-06-01 14:57:50 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2006-06-01 14:57:50 +0000 |
commit | 014a8caf46e8c0a25de0df38d859652ad6533f04 (patch) | |
tree | 445b4ff531f4dc525d54113e70eeb6a748de4df8 /libiberty/pex-msdos.c | |
parent | 8473f7a446bf3883ec64758583910ab497d4bc10 (diff) | |
download | gdb-014a8caf46e8c0a25de0df38d859652ad6533f04.zip gdb-014a8caf46e8c0a25de0df38d859652ad6533f04.tar.gz gdb-014a8caf46e8c0a25de0df38d859652ad6533f04.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/pex-msdos.c')
-rw-r--r-- | libiberty/pex-msdos.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libiberty/pex-msdos.c b/libiberty/pex-msdos.c index db22337..bcad93d 100644 --- a/libiberty/pex-msdos.c +++ b/libiberty/pex-msdos.c @@ -55,8 +55,8 @@ static int pex_msdos_open (struct pex_obj *, const char *, int); static int pex_msdos_open (struct pex_obj *, const char *, int); static int pex_msdos_fdindex (struct pex_msdos *, int); static long pex_msdos_exec_child (struct pex_obj *, int, const char *, - char * const *, int, int, int, - const char **, int *); + char * const *, char * const *, + int, int, int, const char **, int *); static int pex_msdos_close (struct pex_obj *, int); static int pex_msdos_wait (struct pex_obj *, long, int *, struct pex_time *, int, const char **, int *); @@ -153,7 +153,7 @@ pex_msdos_close (struct pex_obj *obj, int fd) static long pex_msdos_exec_child (struct pex_obj *obj, int flags, const char *executable, - char * const * argv, int in, int out, + char * const * argv, char * const * env, int in, int out, int errdes ATTRIBUTE_UNUSED, const char **errmsg, int *err) { |