summaryrefslogtreecommitdiff
path: root/gdb/event-top.h
diff options
context:
space:
mode:
authorqiyao <qiyao>2012-10-23 06:20:45 +0000
committerqiyao <qiyao>2012-10-23 06:20:45 +0000
commitbd9917ad0699d50eee004326fe2c1f9ceb92045f (patch)
treeaec9abc3f63c035078c6f3975d03d40b51ff7300 /gdb/event-top.h
parent0a6d4b0fca4b836b2d724b0f1c31dc0675f7e9c9 (diff)
downloadgdb-bd9917ad0699d50eee004326fe2c1f9ceb92045f.tar.gz
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 76a790e6132..76b24b84cd1 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);