summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 02:53:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 02:53:05 +0000
commitadd4185e1fb2bb315426b4fcf1c61b2a7a2e17e5 (patch)
tree045d6ffd809d13ef6b31f37db78cb4be7e0eb3d9 /cpukit/ChangeLog
parent2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-add4185e1fb2bb315426b4fcf1c61b2a7a2e17e5.tar.bz2
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/termios_baud2index.c: Include rtems/termiostypes.h. Rename termios_baud_to_index into rtems_termios_baud_to_index.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 48f3e44841..3e4c9cdb2c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/termios_baud2index.c:
+ Include rtems/termiostypes.h.
+ Rename termios_baud_to_index into rtems_termios_baud_to_index.
* libcsupport/include/rtems/termiostypes.h: Include stdlib.h.
Add rtems_termios_baud_t.
Rename termios_number_to_baud into rtems_termios_number_to_baud,