summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-15 17:43:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-15 17:43:02 +0000
commit5860b90232302865678a6efe57f92ae60a5ef562 (patch)
tree98dd49bc888daa29a230b74c0d2938f87197242b /cpukit/ChangeLog
parent2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5860b90232302865678a6efe57f92ae60a5ef562.tar.bz2
2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/getitimer.c, posix/src/setitimer.c: Add error checks and clean up so coverage analysis is possible.
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 295055c797..029494998a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * posix/src/getitimer.c, posix/src/setitimer.c: Add error checks and
+ clean up so coverage analysis is possible.
+
+2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* posix/src/sysconf.c: Restructure to improve coverage analysis.
2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>