summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-27 02:17:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-27 02:17:31 +0000
commit56e135a1a25bef46309a39ffc6dbdfe377c882e3 (patch)
tree331e9db1595b4b999fdadd7ad18f3c90bb84114f /cpukit/ChangeLog
parent2010-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-56e135a1a25bef46309a39ffc6dbdfe377c882e3.tar.bz2
2010-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
* score/src/threadget.c: Conditionalize a check that can only occur when POSIX is disabled.
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.