summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-21 20:19:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-21 20:19:33 +0000
commit138aa38dead219cc0687187780040a9a20ba3dec (patch)
tree620f8780e4f7bde3fc7e87762312d42982f20127 /cpukit/ChangeLog
parent2004-05-21 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-138aa38dead219cc0687187780040a9a20ba3dec.tar.bz2
2004-05-21 Joel Sherrill <joel@OARcorp.com>
PR 628/rtems * posix/src/killinfo.c, posix/src/pthreadkill.c, posix/src/ptimer1.c, posix/src/sigaction.c, posix/src/sigaddset.c, posix/src/sigsuspend.c: Signal set of 0 is supposed to return EINVAL. In addition timer_create needed to return an error if the clock was not CLOCK_REALTIME.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4e10662095..2e1a2d60b2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2004-05-21 Joel Sherrill <joel@OARcorp.com>
+ PR 628/rtems
+ * posix/src/killinfo.c, posix/src/pthreadkill.c, posix/src/ptimer1.c,
+ posix/src/sigaction.c, posix/src/sigaddset.c, posix/src/sigsuspend.c:
+ Signal set of 0 is supposed to return EINVAL. In addition
+ timer_create needed to return an error if the clock was not
+ CLOCK_REALTIME.
+
+2004-05-21 Joel Sherrill <joel@OARcorp.com>
+
PR 629/rtems
* cpukit/src/mqueuecreatesupp.c: Return EINVAL is mq_maxmsg is
<= 0, not <.