* ser-base.h (reschedule): Delete prototype.

* ser-base.c (reschedule): Make static.
This commit is contained in:
Doug Evans 2010-04-29 22:51:04 +00:00
parent f8624c62cc
commit a26d8d1160
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-04-29 Doug Evans <dje@google.com>
* ser-base.h (reschedule): Delete prototype.
* ser-base.c (reschedule): Make static.
2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.

View File

@ -63,7 +63,7 @@ enum {
the need to make redundant calls into the event-loop - the next
scheduled task is only changed when needed. */
void
static void
reschedule (struct serial *scb)
{
if (serial_is_async_p (scb))

View File

@ -26,7 +26,6 @@ struct ui_file;
extern int generic_readchar (struct serial *scb, int timeout,
int (*do_readchar) (struct serial *scb,
int timeout));
extern void reschedule (struct serial *scb);
extern int ser_base_flush_output (struct serial *scb);
extern int ser_base_flush_input (struct serial *scb);
extern int ser_base_send_break (struct serial *scb);