summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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 c78cc85fbd..8f58ca62b9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
+ * score/src/threadget.c: Conditionalize a check that can only occur
+ when POSIX is disabled.
+
+2010-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
* rtems/src/taskmode.c, score/inline/rtems/score/thread.inl: Rework a
bit to eliminate unreachable path for task blocked while calling
rtems_task_mode() on itself.