mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* remote-sim.c (gdbsim_cntrl_c): Lose ANSI prototype.
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user