summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 09:25:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 09:25:24 +0000
commitea5a80c5aeb00d866c96d3ce0e44dc42ef5f5052 (patch)
treee947b216c8e2f03eb8acba1f6086364f8c545551 /cpukit/ChangeLog
parentAdd prototypes. (diff)
downloadrtems-ea5a80c5aeb00d866c96d3ce0e44dc42ef5f5052.tar.bz2
2008-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/libcsupport.h, libcsupport/include/rtems/libio_.h, libcsupport/src/malloc_statistics_helpers.c, libcsupport/src/scandir.c: Add prototypes.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e85ed6d101..b73c37bfa4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,8 +1,12 @@
2008-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/include/rtems/libcsupport.h,
+ libcsupport/include/rtems/libio_.h,
+ libcsupport/src/malloc_statistics_helpers.c,
+ libcsupport/src/scandir.c: Add prototypes.
* telnetd/pty.c: Add prototypes. Remove misc. C++-code pollution.
* posix/src/prwlocktrywrlock.c, posix/src/prwlocktryrdlock.c,
- posix/src/prwlockrdlock.c: Use C-style comments.
+ posix/src/prwlockrdlock.c: Use C-style comments.
2008-07-29 Chris Johns <chrisj@rtems.org>