summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-04 11:09:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-04 11:09:05 +0000
commit9d069960d39c339ca44a17ba9e1ed1f965cc48f5 (patch)
tree226c8e59d14ec61af1e6e2e646478ea1813516a0 /cpukit/ChangeLog
parent2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9d069960d39c339ca44a17ba9e1ed1f965cc48f5.tar.bz2
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/clock.h, rtems/src/clocktodtoseconds.c, rtems/src/clocktodvalidate.c: Add const to parameter.
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 cccbec6bd5..64f195db5c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * rtems/include/rtems/rtems/clock.h, rtems/src/clocktodtoseconds.c,
+ rtems/src/clocktodvalidate.c: Add const to parameter.
+
2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/shell.c, libmisc/stackchk/check.c: Eliminate warnings.