summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:55:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:55:51 +0000
commitbf89c76217d64bcf6372486f111b2bd9174e732e (patch)
tree60a386985b40884abbf0730b5b712b215a8c8369 /cpukit/ChangeLog
parent2006-11-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-bf89c76217d64bcf6372486f111b2bd9174e732e.tar.bz2
2006-11-17 Joel Sherrill <joel@OARcorp.com>
* libmisc/rtmonuse/rtmonuse.c: Do not use float for calculations.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0d80208c13..795e7a2627 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2006-11-17 Joel Sherrill <joel@OARcorp.com>
+ * libmisc/rtmonuse/rtmonuse.c: Do not use float for calculations.
+
+2006-11-17 Joel Sherrill <joel@OARcorp.com>
+
* libcsupport/src/sync.c: Do not dereference NULL reent.
2006-11-17 Joel Sherrill <joel@OARcorp.com>