Browse Source

Change the definition of ui_loop_hook to be a function pointer

rather than a function.
gdb-4_18-branch
Drew Moseley 28 years ago
parent
commit
c2867a6c70
  1. 2
      gdb/ser-unix.c

2
gdb/ser-unix.c

@ -84,7 +84,7 @@ static int hardwire_send_break PARAMS ((serial_t));
static int hardwire_setstopbits PARAMS ((serial_t, int));
#ifdef __CYGWIN32__
extern void ui_loop_hook PARAMS ((int));
extern void (*ui_loop_hook) PARAMS ((int));
#endif
/* Open up a real live device for serial I/O */

Loading…
Cancel
Save