summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-03-08 22:17:34 +0000
committerMark Mitchell <mark@codesourcery.com>2005-03-08 22:17:34 +0000
commit95e96e1707f57a5bef5198b05f1a0523d05efd83 (patch)
treeed6be01ac3c9ecb74b875584d12ce75a1e664fce /gdb/infcmd.c
parent9096050763f3d0cca6b648f41c7692af686a0997 (diff)
downloadgdb-95e96e1707f57a5bef5198b05f1a0523d05efd83.tar.gz
* environ.h (struct environ): Rename to ...
(struct gdb_environ): ... this. (make_environ): Update prototype. (free_environ): Likewise. (init_environ): Likewise. (get_in_environ): Likewise. (set_in_environ): Likewise. (unset_in_environ): Likewise. (environ_vector): Likewise. * environ.c (make_environ): Replace "struct environ" with "struct gdb_environ". (free_environ): Likewise. (init_environ): Likewise. (environ_vector): Likewise. (get_in_environ): Likewise. (set_in_environ): Likewise. (unset_in_environ): Likewise. * infcmd.c (inferior_environ): Likewise. * inferior.h (inferior_environ): Likewise.
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r--gdb/infcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c
index e2db3d4c2de..507924d02a7 100644
--- a/gdb/infcmd.c
+++ b/gdb/infcmd.c
@@ -198,7 +198,7 @@ int step_multi;
/* Environment to use for running inferior,
in format described in environ.h. */
-struct environ *inferior_environ;
+struct gdb_environ *inferior_environ;
/* Accessor routines. */