summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-11 22:37:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-11 22:37:38 +0000
commit8f6b7b5122519871f9287bc50a014704f5c2b220 (patch)
treea438bb27ef81e5bfe36ea9e74687ce5c7c76836c /cpukit/ChangeLog
parent2009-10-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8f6b7b5122519871f9287bc50a014704f5c2b220.tar.bz2
2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/alarm.c: If 0 seconds do not insert timer. * rtems/src/regionextend.c: Eliminate warning. Use default else.
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 3d7d207a57..3c1e1e350d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * posix/src/alarm.c: If 0 seconds do not insert timer.
+ * rtems/src/regionextend.c: Eliminate warning. Use default else.
+
+2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/inline/rtems/score/thread.inl, score/src/threaddispatch.c:
Correct conditionals so _Thread_Enable_dispatch() is always inlined
when intended.