summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;