From 9447f05fbb5186d40e4f33a74967c57402ba099a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 27 Nov 1997 06:01:08 +0000 Subject: * remote-sim.c (gdbsim_cntrl_c): Lose ANSI prototype. --- gdb/remote-sim.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/remote-sim.c') 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 (); } -- cgit v1.1