summaryrefslogtreecommitdiff
path: root/gdb/event-top.h
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-10-23 06:20:49 +0000
committerYao Qi <yao@codesourcery.com>2012-10-23 06:20:49 +0000
commitf6fbab7d1b396b1ee576937b53bb0858c8f895d5 (patch)
tree6c201582a0dd9df3fa821ea1afe6c1560c099bd7 /gdb/event-top.h
parent05fa925168007d8996d78cf832c06bf65f70c8d9 (diff)
gdb/
* event-top.c (mark_async_signal_handler_wrapper): Remove. * event-top.h: Remove its declaration. (async_request_quit): Call mark_async_signal_handler instead of mark_async_signal_handler_wrapper. (async_do_nothing, async_disconnect): Likewise. (async_stop_sig): Likewise. * remote.c (handle_remote_sigint): Likewise. (handle_remote_sigint_twice): Likewise.
Diffstat (limited to 'gdb/event-top.h')
-rw-r--r--gdb/event-top.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/event-top.h b/gdb/event-top.h
index 76a790e613..76b24b84cd 100644
--- a/gdb/event-top.h
+++ b/gdb/event-top.h
@@ -46,7 +46,6 @@ extern void handle_stop_sig (int sig);
extern void handle_sigint (int sig);
extern void handle_sigterm (int sig);
extern void gdb_readline2 (void *client_data);
-extern void mark_async_signal_handler_wrapper (void *token);
extern void async_request_quit (void *arg);
extern void stdin_event_handler (int error, void *client_data);
extern void async_disable_stdin (void);