diff options
Diffstat (limited to 'gdb/inf-child.h')
-rw-r--r-- | gdb/inf-child.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-child.h b/gdb/inf-child.h index b2692cabe52..163cab6303b 100644 --- a/gdb/inf-child.h +++ b/gdb/inf-child.h @@ -34,7 +34,7 @@ extern void store_waitstatus (struct target_waitstatus *, int); the target, in case it need to override to_open. */ extern void inf_child_open_target (struct target_ops *target, - char *arg, int from_tty); + const char *arg, int from_tty); /* To be called by the native target's to_mourn_inferior routine. */ |