* remote-sim.c (gdbsim_cntrl_c): Lose ANSI prototype.

This commit is contained in:
Jeff Law
1997-11-27 06:01:08 +00:00
parent f5ddda0fc7
commit 9447f05fbb
2 changed files with 6 additions and 1 deletions

View File

@@ -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 ();
}