summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-10 22:15:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-10 22:15:26 +0000
commita06a3f712dd51b902a7fbb2a042fd6e4624ae5cf (patch)
treee6be4e3feaf97fcd1f64e143333c108b0f889baf /cpukit/ChangeLog
parent2009-12-10 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a06a3f712dd51b902a7fbb2a042fd6e4624ae5cf.tar.bz2
2009-12-10 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1482 * posix/src/timersettime.c: Exit dispatching critical section.
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 58824cc8e2..6d30ef8206 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-12-10 Joel Sherrill <joel.sherrill@OARcorp.com>
+ PR 1482
+ * posix/src/timersettime.c: Exit dispatching critical section.
+
+2009-12-10 Joel Sherrill <joel.sherrill@OARcorp.com>
+
PR 1480/cpukit
* rtems/src/ratemonperiod.c: Use _Rate_monotonic_Update_statistics()
when period is expired, not _Rate_monotonic_Initiate_statistics().