summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-08 22:14:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-08 22:14:14 +0000
commite1fc243323f9f0fab2b7b9912c0211522efe0dc2 (patch)
tree55f1663feec3de59f3fcaf5d026c03d2eea34c88 /cpukit/ChangeLog
parent2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-e1fc243323f9f0fab2b7b9912c0211522efe0dc2.tar.bz2
2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1759/cpukit * posix/src/cancel.c, posix/src/pthreaddetach.c, posix/src/pthreadequal.c, posix/src/pthreadgetschedparam.c, posix/src/pthreadjoin.c, posix/src/pthreadkill.c, posix/src/pthreadsetschedparam.c: Some POSIX pthread services did not support using Classic API Task Ids.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d48b82c215..518c158b1d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
+ PR 1759/cpukit
+ * posix/src/cancel.c, posix/src/pthreaddetach.c,
+ posix/src/pthreadequal.c, posix/src/pthreadgetschedparam.c,
+ posix/src/pthreadjoin.c, posix/src/pthreadkill.c,
+ posix/src/pthreadsetschedparam.c: Some POSIX pthread services did not
+ support using Classic API Task Ids.
+
+2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
* score/include/rtems/score/schedulerpriority.h: Enqueue first entry
said enqueue. Caught while running coverage.