summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 08:51:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 08:51:41 +0000
commit34b90a86f55aa086044408e8124aa7ad3bf3e2ba (patch)
treec2db128273b314fcf82a174ffa91826bdc1a6309 /cpukit/ChangeLog
parentUse C-style comments. (diff)
downloadrtems-34b90a86f55aa086044408e8124aa7ad3bf3e2ba.tar.bz2
2008-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/prwlocktrywrlock.c, posix/src/prwlocktryrdlock.c, posix/src/prwlockrdlock.c: Use C-style comments.
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 b84d5db41b..71492c1105 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * posix/src/prwlocktrywrlock.c, posix/src/prwlocktryrdlock.c,
+ posix/src/prwlockrdlock.c: Use C-style comments.
+
2008-07-29 Chris Johns <chrisj@rtems.org>
* libblock/src/nvdisk.c: Fix block compile bug.