aboutsummaryrefslogtreecommitdiff
path: root/gdb/inflow.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-09-18 22:44:31 +0000
committerAndrew Cagney <cagney@redhat.com>2002-09-18 22:44:31 +0000
commit7bda5e4ae2bdb120b4f4c6e7a4fa18b84f108813 (patch)
tree7f9e48602aea11a2fd65bc93799d25f4102c5b8d /gdb/inflow.c
parent5247b4187f67dfead2ed981f7dc13a74e8a216e0 (diff)
downloadgdb-7bda5e4ae2bdb120b4f4c6e7a4fa18b84f108813.zip
gdb-7bda5e4ae2bdb120b4f4c6e7a4fa18b84f108813.tar.gz
gdb-7bda5e4ae2bdb120b4f4c6e7a4fa18b84f108813.tar.bz2
2002-09-18 Andrew Cagney <ac131313@redhat.com>
* infrun.c (signal_stop_update): Convert definition to ISO C. (signal_print_update): Ditto. (signal_pass_update): Ditto. * inflow.c (terminal_save_ours): Ditto.
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 b37fc54..d286b5e 100644
--- a/gdb/inflow.c
+++ b/gdb/inflow.c
@@ -205,7 +205,7 @@ terminal_init_inferior_with_pgrp (int pgrp)
and gdb must be able to restore it correctly. */
void
-terminal_save_ours ()
+terminal_save_ours (void)
{
if (gdb_has_a_terminal ())
{