summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-21 20:11:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-21 20:11:48 +0000
commit58accdd0835f9544a4e1ad0f88ef8d5ea815dd83 (patch)
treee19f69f09612a4feb9849a51d62b321af3d17c79 /cpukit/ChangeLog
parent2004-05-21 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-58accdd0835f9544a4e1ad0f88ef8d5ea815dd83.tar.bz2
2004-05-21 Joel Sherrill <joel@OARcorp.com>
PR 629/rtems * cpukit/src/mqueuecreatesupp.c: Return EINVAL is mq_maxmsg is <= 0, not <.
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 6318531726..4e10662095 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-21 Joel Sherrill <joel@OARcorp.com>
+
+ PR 629/rtems
+ * cpukit/src/mqueuecreatesupp.c: Return EINVAL is mq_maxmsg is
+ <= 0, not <.
+
2004-05-21 Till Strauman <strauman@slac.stanford.edu>
PR 626/networking