summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-02 07:05:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-02 07:05:46 +0000
commit814e5e1a4a7e2c808936d55ce9a4e057519fcb18 (patch)
tree4b87af0ddf8e07b2036507a9ab1cacf070ad0b8c /cpukit/ChangeLog
parent#include <unistd.h>. (diff)
downloadrtems-814e5e1a4a7e2c808936d55ce9a4e057519fcb18.tar.bz2
2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/isatty_r.c, libcsupport/src/malloc_sbrk_helpers.c: #include <unistd.h>.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 89204b1b82..38718deac3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/isatty_r.c, libcsupport/src/malloc_sbrk_helpers.c:
+ #include <unistd.h>.
* posix/src/sched_rr_get_interval.c: #include <unistd.h>.
2010-03-30 Chris Johns <chrisj@rtems.org>