mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
2000-03-03 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* defs.h (struct continuation_arg): Change type of field 'data' from PTR to void *. * event-loop.h: Eliminate uses of PTR, use 'void *' instead. * event-top.c: Ditto.
This commit is contained in:
@ -57,7 +57,7 @@
|
||||
|
||||
Corollary tasks are the creation and deletion of event sources. */
|
||||
|
||||
typedef PTR gdb_client_data;
|
||||
typedef void *gdb_client_data;
|
||||
struct async_signal_handler;
|
||||
typedef void (handler_func) (int, gdb_client_data);
|
||||
typedef void (sig_handler_func) (gdb_client_data);
|
||||
|
Reference in New Issue
Block a user