summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-10 14:10:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-10 14:10:57 +0000
commitb2cc1650beb47e0b7bf5310d291b21816ba3a3fa (patch)
tree8f4a6ee2a0248cb05330654343d14c04c91742c4 /cpukit/ChangeLog
parent2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b2cc1650beb47e0b7bf5310d291b21816ba3a3fa.tar.bz2
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/libio.h: Change termios-write to ssize_t write(...., size_t).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 870466eea5..c12a33b446 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/include/rtems/libio.h: Change termios-write to ssize_t
+ write(...., size_t).
+
+2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* posix/Makefile.am: Unconditionally build src/sigprocmask.c.
* posix/src/sigprocmask.c: Provide stub if RTEMS_POSIX_API
is disabled.