diff options
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index 087cc604022..fc5a716a38a 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -245,7 +245,7 @@ terminal_init_inferior_with_pgrp (int pgrp) and gdb must be able to restore it correctly. */ void -terminal_save_ours (void) +terminal_save_ours (struct target_ops *self) { if (gdb_has_a_terminal ()) { |