From 6805ac371836bdb1114869cdf4e229cde248ff97 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 10 Oct 2009 15:21:41 +0000 Subject: 2009-10-10 Joel Sherrill * posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c, posix/src/mutextimedlock.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/semtimedwait.c: Switch from switch to if's because only one value needed to be tested. This shrinks the code and makes it easier to do coverage analysis on. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9c8ecca27f..ab455e972a 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2009-10-10 Joel Sherrill + + * posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c, + posix/src/mutextimedlock.c, posix/src/prwlocktimedrdlock.c, + posix/src/prwlocktimedwrlock.c, posix/src/semtimedwait.c: Switch from + switch to if's because only one value needed to be tested. This + shrinks the code and makes it easier to do coverage analysis on. + 2009-10-10 Joel Sherrill * score/inline/rtems/score/object.inl: _Objects_Get_local_object() is -- cgit v1.2.3