aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 5ec06a0..b1fe403 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -763,8 +763,7 @@ extern void print_section_info (struct target_ops *, bfd *);
/* Put the inferior's terminal settings into effect.
This is preparation for starting or resuming the inferior. */
-#define target_terminal_inferior() \
- (*current_target.to_terminal_inferior) ()
+extern void target_terminal_inferior (void);
/* Put some of our terminal settings into effect,
enough to get proper results from our output,