* ser-base.h (reschedule): Delete prototype.
* ser-base.c (reschedule): Make static.
This commit is contained in:
parent
f8624c62cc
commit
a26d8d1160
3 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue