summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 20:54:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 20:54:01 +0000
commit8907a01c00bb48f40f9feb009dc85c51945eb5b2 (patch)
tree3b5d3cc760e942e3a3376192c68234fa8288b159 /cpukit/ChangeLog
parent2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8907a01c00bb48f40f9feb009dc85c51945eb5b2.tar.bz2
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/coresem.h, score/src/coresemseize.c: Disable body of _CORE_semaphore_Seize() if it is not used because all APIs using it are disabled.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f672ff1ee7..866c4e9453 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/include/rtems/score/coresem.h, score/src/coresemseize.c:
+ Disable body of _CORE_semaphore_Seize() if it is not used because all
+ APIs using it are disabled.
+
+2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/include/rtems/score/tod.h: Fix typo.
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>