diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-09-18 22:44:31 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-09-18 22:44:31 +0000 |
commit | af5802ba91585f3c77c120fffdde0a746be5a5ea (patch) | |
tree | 9719536e2f2e21c774d9ca30366d5f5e65787107 /gdb/inflow.c | |
parent | 9041591dc2b1b6cea1061845fe884707880f528e (diff) | |
download | gdb-af5802ba91585f3c77c120fffdde0a746be5a5ea.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index b37fc541c91..d286b5e36dc 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 ()) { |