2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>

* libcsupport/src/termios.c: Make rtems_termios_refill_transmitter
	static.
This commit is contained in:
Ralf Corsepius
2011-12-08 14:12:27 +00:00
parent 58451f1c23
commit 4b41d3d4d5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/termios.c: Make rtems_termios_refill_transmitter
static.
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1981/cpukit

View File

@@ -1247,7 +1247,7 @@ rtems_termios_enqueue_raw_characters (void *ttyp, const char *buf, int len)
* in task-driven mode, this function is called in Tx task context
* in interrupt-driven mode, this function is called in TxIRQ context
*/
int
static int
rtems_termios_refill_transmitter (struct rtems_termios_tty *tty)
{
unsigned int newTail;