summaryrefslogtreecommitdiff
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-02 16:13:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-02 16:13:35 +0000
commit86458b0e9792d33c545aa699318c0780b21fd981 (patch)
treeeceb41261a8d923126fd135c4f7e9ddb5617b6b8 /cpukit/ChangeLog
parentcc88fb7e8401a0a2d276064d349b29bd0b01c761 (diff)
2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1388/cpukit * rtems/src/semcreate.c: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7f06a72f6f..03466bd645 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1388/cpukit
+ * rtems/src/semcreate.c: Classic Semaphores allow both priority inherit
+ and ceiling attributes to be set on semaphore create. These
+ attributes are mutually exclusive and this should be an error.
+
2009-01-29 Nickolay Semyonov-Kolchin <nbkolchin@gmail.com>
PR 1359/cpukit