From 4b41d3d4d58a21468376b22b732638bd95224e4b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 8 Dec 2011 14:12:27 +0000 Subject: =?UTF-8?q?2011-12-08=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/termios.c: Make rtems_termios_refill_transmitter static. --- cpukit/ChangeLog | 5 +++++ cpukit/libcsupport/src/termios.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 09b7a1fef0..6bf1360731 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2011-12-08 Ralf Corsépius + + * libcsupport/src/termios.c: Make rtems_termios_refill_transmitter + static. + 2011-12-08 Ralf Corsépius PR 1981/cpukit diff --git a/cpukit/libcsupport/src/termios.c b/cpukit/libcsupport/src/termios.c index 4bf1a94139..fc74718dda 100644 --- a/cpukit/libcsupport/src/termios.c +++ b/cpukit/libcsupport/src/termios.c @@ -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; -- cgit v1.2.3