aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-11-27 06:01:08 +0000
committerJeff Law <law@redhat.com>1997-11-27 06:01:08 +0000
commit9447f05fbb5186d40e4f33a74967c57402ba099a (patch)
tree7645b7d741f62fcc859b83ec2251bbcf0b9ddaba /gdb/remote-sim.c
parentf5ddda0fc7ffd4673742285e8ffb0c29951cb810 (diff)
downloadfsf-binutils-gdb-9447f05fbb5186d40e4f33a74967c57402ba099a.zip
fsf-binutils-gdb-9447f05fbb5186d40e4f33a74967c57402ba099a.tar.gz
fsf-binutils-gdb-9447f05fbb5186d40e4f33a74967c57402ba099a.tar.bz2
* remote-sim.c (gdbsim_cntrl_c): Lose ANSI prototype.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r--gdb/remote-sim.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index 816e9cc..22952ca 100644
--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -672,7 +672,8 @@ gdb_os_poll_quit (p)
just as `wait' would. */
static void
-gdbsim_cntrl_c (int signo)
+gdbsim_cntrl_c (signo)
+ int signo;
{
gdbsim_stop ();
}