diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index b228862..8bd1a65 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -976,7 +976,7 @@ gdbsim_wait (struct target_ops *ops, ptid_t ptid, struct target_waitstatus *status, int options) { struct sim_inferior_data *sim_data; - static RETSIGTYPE (*prev_sigint) (); + static sighandler_t prev_sigint; int sigrc = 0; enum sim_stop reason = sim_running; |