summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-16 17:47:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-16 17:47:06 +0000
commitfd83f1687d2062041b36dead51fe880ea5ef4bed (patch)
treeb98a238c04120591cabf70f0741519b3f72db666 /cpukit/ChangeLog
parent2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fd83f1687d2062041b36dead51fe880ea5ef4bed.tar.bz2
2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/putk.c: Remove useless variable initialization pointed out by clang.
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 5f307d3670..894aef29fd 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/src/putk.c: Remove useless variable initialization
+ pointed out by clang.
+
2010-11-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/include/rtems/score/userext.h: Documentation.