aboutsummaryrefslogtreecommitdiff
path: root/libiberty/pex-unix.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2006-06-02 15:37:03 +0000
committerDJ Delorie <dj@redhat.com>2006-06-02 15:37:03 +0000
commit7741be99dddd09a13a58229705190e53ecf5ffc1 (patch)
treef6c263f3fd48a6a630e61866af221cf95c9bfa11 /libiberty/pex-unix.c
parent351ff01ac526af94e6e159e9bc4be6411d11f4ea (diff)
downloadfsf-binutils-gdb-7741be99dddd09a13a58229705190e53ecf5ffc1.zip
fsf-binutils-gdb-7741be99dddd09a13a58229705190e53ecf5ffc1.tar.gz
fsf-binutils-gdb-7741be99dddd09a13a58229705190e53ecf5ffc1.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/pex-unix.c')
-rw-r--r--libiberty/pex-unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/pex-unix.c b/libiberty/pex-unix.c
index 91619af..e006e59 100644
--- a/libiberty/pex-unix.c
+++ b/libiberty/pex-unix.c
@@ -415,7 +415,7 @@ pex_unix_exec_child (struct pex_obj *obj, int flags, const char *executable,
}
if (env)
- environ = env;
+ environ = (char**) env;
if ((flags & PEX_SEARCH) != 0)
{