From 68799a2a8f7f3d44adfcb57a5e3d00e7448ee4b9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 21 Jul 2009 13:17:59 +0000 Subject: 2009-07-21 Santosh G Vattam * posix/Makefile.am, posix/include/rtems/posix/cancel.h, posix/src/cancel.c, posix/src/setcancelstate.c, posix/src/setcanceltype.c: Add _POSIX_Thread_Evaluate_cancellation_and_enable_dispatch method to avoid duplication of code and ease coverage analysis. * posix/src/canceleval.c: New file. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 039f90527e..69f2e1cfea 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,12 @@ +2009-07-21 Santosh G Vattam + + * posix/Makefile.am, posix/include/rtems/posix/cancel.h, + posix/src/cancel.c, posix/src/setcancelstate.c, + posix/src/setcanceltype.c: Add + _POSIX_Thread_Evaluate_cancellation_and_enable_dispatch method to + avoid duplication of code and ease coverage analysis. + * posix/src/canceleval.c: New file. + 2009-07-20 Joel Sherrill * score/src/corebarrierwait.c: Reverse order of tests to increase test -- cgit v1.2.3