summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-02 17:21:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-02 17:21:16 +0000
commit209e68dfbd14d215f5bc78a4211ec61b079defa0 (patch)
tree36957872c10a6cd02a1db7c354e8beca73041a28 /cpukit/ChangeLog
parent2004-11-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-209e68dfbd14d215f5bc78a4211ec61b079defa0.tar.bz2
2004-11-02 Joel Sherrill <joel@OARcorp.com>
* posix/src/mqueueunlink.c, posix/src/semunlink.c, score/inline/rtems/score/object.inl, score/macros/rtems/score/object.inl: _Objects_Is_local_id() should be avoided in single CPU configurations but always available in the Objects Handlers API.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 80faba4e00..b2b1c96e62 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2004-11-02 Joel Sherrill <joel@OARcorp.com>
+
+ * posix/src/mqueueunlink.c, posix/src/semunlink.c,
+ score/inline/rtems/score/object.inl,
+ score/macros/rtems/score/object.inl: _Objects_Is_local_id() should be
+ avoided in single CPU configurations but always available in the
+ Objects Handlers API.
+
2004-11-02 Ralf Corsepius <ralf_corsepiu@rtems.org>
* rtems/include/rtems.h,