summaryrefslogtreecommitdiff
path: root/gdb/inflow.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-05-14 20:32:14 +0000
committerTom Tromey <tromey@redhat.com>2013-05-14 20:32:14 +0000
commit499e1aa537ff95059f94e3578b46bad03476f81d (patch)
tree15e0c90151ada14f76e50ee2807b5ab62fe18668 /gdb/inflow.c
parent9ebb53df62142e78f45f2038d1abd6cc50140cf3 (diff)
downloadgdb-499e1aa537ff95059f94e3578b46bad03476f81d.tar.gz
* go32-nat.c (go32_terminal_info): Make 'args' const.
* inferior.h (child_terminal_info): Update. * inflow.c (child_terminal_info): Make 'args' const. * target.c (default_terminal_info): Make 'args' const. (debug_to_terminal_save_ours): Likewise. * target.h (struct target_ops) <to_terminal_info>: Make argument const.
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r--gdb/inflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c
index 5146b3a2a9b..79a99d1315a 100644
--- a/gdb/inflow.c
+++ b/gdb/inflow.c
@@ -563,7 +563,7 @@ term_info (char *arg, int from_tty)
}
void
-child_terminal_info (char *args, int from_tty)
+child_terminal_info (const char *args, int from_tty)
{
struct inferior *inf;
struct terminal_info *tinfo;