summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-23 21:31:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-23 21:31:27 +0000
commit64c2aa9ae07212c7ef15e5f5e993a7017a719235 (patch)
treee7361d39e5a459c0e89cfe056c2f93d12b86a7a9 /cpukit/ChangeLog
parent2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-64c2aa9ae07212c7ef15e5f5e993a7017a719235.tar.bz2
2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
CID 79/DEADCODE CID 78/DEADCODE CID 77/DEADCODE CID 76/DEADCODE * posix/src/condtimedwait.c, posix/src/mutextimedlock.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/semtimedwait.c: Resolve various dead code issues identified by Coverity scanner.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 80df7dbd02..19a03b6fb0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,17 @@
2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ CID 79/DEADCODE
+ CID 78/DEADCODE
+ CID 77/DEADCODE
+ CID 76/DEADCODE
+ * posix/src/condtimedwait.c, posix/src/mutextimedlock.c,
+ posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c,
+ posix/src/semtimedwait.c: Resolve various dead code issues identified
+ by Coverity scanner.
+
+2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
CID 99
CID 100
CID 101