summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-07 22:23:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-07 22:23:15 +0000
commit360d9da6161754250579ed1bd37e97504f399b32 (patch)
tree455bc3dedf715b5831e82d02c89b7f5d553c3429 /cpukit/ChangeLog
parent2006-03-07 Steven Johnson <sjohnson@sakuraindustries.com> (diff)
downloadrtems-360d9da6161754250579ed1bd37e97504f399b32.tar.bz2
2006-03-07 Till Strauman <strauman@slac.stanford.edu>
PR 830/filesystem * libcsupport/src/termios.c: termios ioctl(FIONREAD) reported wrong number of characters. So add chars in low-level/raw buffer to total count.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4995ddd57c..2771c9f265 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-07 Till Strauman <strauman@slac.stanford.edu>
+
+ PR 830/filesystem
+ * libcsupport/src/termios.c: termios ioctl(FIONREAD) reported wrong
+ number of characters. So add chars in low-level/raw buffer to total
+ count.
+
2006-03-07 Steven Johnson <sjohnson@sakuraindustries.com>
PR 850/rtems