mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 04:43:17 +08:00
Change the definition of ui_loop_hook to be a function pointer
rather than a function.
This commit is contained in:
@ -84,7 +84,7 @@ static int hardwire_send_break PARAMS ((serial_t));
|
|||||||
static int hardwire_setstopbits PARAMS ((serial_t, int));
|
static int hardwire_setstopbits PARAMS ((serial_t, int));
|
||||||
|
|
||||||
#ifdef __CYGWIN32__
|
#ifdef __CYGWIN32__
|
||||||
extern void ui_loop_hook PARAMS ((int));
|
extern void (*ui_loop_hook) PARAMS ((int));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Open up a real live device for serial I/O */
|
/* Open up a real live device for serial I/O */
|
||||||
|
Reference in New Issue
Block a user