summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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 46fddc853f..49b1f31d04 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-01-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Makefile.am:
+ Install libnetworking/sys/uio.h if building for NEWLIB.
+ * libnetworking/Makefile.am:
+ Remove installation of libnetworking/sys/uio.h.
+ * libcsupport/Makefile.am: Build writev.c/readv.c for NEWLIB.
* libfs/src/imfs/imfs_eval.c: Add braces to suppress gcc warning on
empty 'else' block.