mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 10:55:46 +08:00
* 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.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user