summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-02 16:13:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-02 16:13:00 +0000
commitfe91be3678d5991e12652010fda8ec99c64792d8 (patch)
tree391f9eb52c00ca499f08a9d5f92a3629fadb2fbf /cpukit/ChangeLog
parent2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-fe91be3678d5991e12652010fda8ec99c64792d8.tar.bz2
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 ab7418b7c1..b546fe8929 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-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1377/shell