summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-08 14:12:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-08 14:12:27 +0000
commit4b41d3d4d58a21468376b22b732638bd95224e4b (patch)
tree9fed18f28f3635a549f8c94b42a58091a04884b5 /cpukit
parent2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4b41d3d4d58a21468376b22b732638bd95224e4b.tar.bz2
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/termios.c: Make rtems_termios_refill_transmitter static.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/libcsupport/src/termios.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 09b7a1fef0..6bf1360731 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
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
* posix/Makefile.am: Reflect changes below.
* posix/src/pthreadsetcputime.c, posix/src/pthreadgetcputime.c:
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;