diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-05-25 18:09:09 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-05-25 18:09:09 +0000 |
commit | eb557a121edaebd17d600c2558a17f4f6ad920bb (patch) | |
tree | ee4d2394905f942faf968afe0a1f8acb0fc17435 /gdb/event-loop.c | |
parent | 4cd099cd8595d11956e92bf2cab4f6d8f3fa3242 (diff) | |
download | gdb-eb557a121edaebd17d600c2558a17f4f6ad920bb.tar.gz |
import gdb-1999-05-25 snapshot
Diffstat (limited to 'gdb/event-loop.c')
-rw-r--r-- | gdb/event-loop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/event-loop.c b/gdb/event-loop.c index fe1d0f5bd12..26930343fbd 100644 --- a/gdb/event-loop.c +++ b/gdb/event-loop.c @@ -59,7 +59,7 @@ event_queue; basically a description of what kind of events gdb is interested in, for each fd. */ -/* As of 4/30/99 only the input file descriptor is registered with the +/* As of 1999-04-30 only the input file descriptor is registered with the event loop. */ #ifdef HAVE_POLL @@ -124,7 +124,6 @@ static int async_handler_ready = 0; static void invoke_async_signal_handler PARAMS ((void)); static int gdb_wait_for_event PARAMS ((void)); static int check_async_ready PARAMS ((void)); -extern display_gdb_prompt PARAMS ((char *)); /* Insert an event object into the gdb event queue at |